It's not a secret anymore!
The moose likes Struts and the fly likes The Validation xml DTD Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of Mongo DB Applied Patterns this week in the MongoDB forum
or a resume review from Five Year Itch in the Jobs Discussion forum!
JavaRanch » Java Forums » Frameworks » Struts
Reply Bookmark "The Validation xml DTD" Watch "The Validation xml DTD" New topic
Author

The Validation xml DTD

Eric Sexton
Ranch Hand

Joined: Sep 12, 2003
Posts: 133
When working on my web app, if I am not validated through our in house proxy server, I can't build by application because the Struts validation.xml cannot verify the dtd out on the net. Sometimes the internet connection is down, and then I can't rebuild and test out the app.
I wanted to import the dtd directly into my web app. Is this an acceptable method? Where would I put the dtd in the app? Thanks in advance.
manasa teja
Ranch Hand

Joined: May 27, 2002
Posts: 325
Yes .. I did the same thing. I just downloaded dtd file form net put in some directory and changed teh path of dtd in validation.xml.
Its working.. I think, its accepted.


MT
Eric Sexton
Ranch Hand

Joined: Sep 12, 2003
Posts: 133
Sweet. Thanks Manasa.
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: The Validation xml DTD
 
Similar Threads
Creating datasource in WAS 5
HttpSessionListener
[WSAD] jndi problem with java client
jsp:useBean tag Rules
App-server behind firewall: local DTD copies?