fraenckel 0 Newbie Poster

I'm setting up a validation xml file for a struts2 based web app. I'm getting an error when the file (CustomerAction-validator.xml) is loaded. At the top of the xml file, I have the following

<!DOCTYPE validators PUBLIC
         "-//OpenSymphony Group//XWork Validator 1.0.2//EN"
         [B]"http://www.opensymphony.com/xwork/xwork-validator-1.0.2.dtd"[/B]>

The Tomcat error I get(I can't easily cut and paste, as it is on a stand alone development box) seems to indicate that it cannot locate the dtd. Is this because I the development environment is not connected to the internet (I doubt that), or should I look at something configuration/CLASSPATH related?