Version 1.2.2 of Struts was withdrawn because of problems - please upgrade
to the latestest release - Version 1.2.4

http://struts.apache.org/acquiring.html

If you're upgrading from Version 1.1 of Struts to Version 1.2.4, then there
are notes on what needs changing here:

http://wiki.apache.org/struts/StrutsUpgradeNotes11to124

Having said all that, the DOCTYPE is you've shown is wrong and probably
causing your problem (your pointing at the 1.1 dtd rather than the 1.1.3
dtd). It should be:

<!DOCTYPE form-validation PUBLIC
          "-//Apache Software Foundation//DTD Commons Validator Rules
Configuration 1.1.3//EN"
          "http://jakarta.apache.org/commons/dtds/validator_1_1_3.dtd";>

I use the Validator Plugin and Tomcat with no internet connection with no
problems.

Niall

----- Original Message ----- 
From: "Ben" <[EMAIL PROTECTED]>
To: "Struts" <[EMAIL PROTECTED]>
Sent: Saturday, November 13, 2004 3:25 AM
Subject: ValidatorPlugin requires internet connection


> Hi
>
> I am using Struts 1.2.2 with the ValidatorPlugIn. When I start up
> Tomcat, Struts needs internet connection otherwise my application
> won't work. Is there a way to startup Tomcat without internet
> connection (and still be able to use ValidatorPlugIn)?
>
> The Doctype in my validator.xml is:
>
> <!DOCTYPE form-validation PUBLIC
> "-//Apache Software Foundation//DTD Commons Validator Rules
> Configuration 1.1.3//EN"
> "http://jakarta.apache.org/commons/dtds/validator_1_1.dtd";>
>
> Thanks
> Ben
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>



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

Reply via email to