> -----Original Message----- > From: James Holmes [mailto:[EMAIL PROTECTED]] > What version of Struts are you using? Struts 1.0 and > later use a resource locator that grabs the DTD from > the Struts Jar and should resolve DTDs very quickly.
In case the original poster is working under Visual Age for Java, where once you've imported the struts source code into the repository it never gets officially built, he'll need to ensure that his test environment is actually getting the struts classes and resources from the struts.jar and not from the Visual Age repository. If it *is* getting those things from the VAJ repository, then the DTD resolution will not happen properly, because the org/apache/struts/resources/<various DTDs here> doesn't exist unless a "real" build is run. Shooting in the dark, Laird -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>