I found a problem with struts validation. 
I have one struts installation on a pc that does not have an internet connection. This 
works fine. Struts can read the dtd for the struts-config file from the jar 
(org\apache\struts\resources\struts-config_1_1.dtd).
Then I added the struts validation configurations file to the application. The 
ValidatorPlugIn tries to read the dtd from the Internet 
(http://jakarta.apache.org/commons/dtds/validator_1_0.dtd) and crashes with an 
Exception (UnknownHostException: jakarta.apache.org). 

Regards
Ralph




--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to