<!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 am experiencing the same issue when my network connection is off. The
validator cannot reference
the "http://jakarta.apache.org/commons/dtds/validator_1_1_3.dtd" when there is
no network connection.
This is bad because validator rules won't work when this is the case.
I believe the solution is to either change
the "http://jakarta.apache.org/commons/dtds/validator_1_1_3.dtd" to a local
server reference to the validator_1_1_3.dtd or placing placing
the "validator_1_1_3.dtd" in a location such as WEB-INF.
So far I do not yet have a solution.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]