RE: disable validation of validator.xml & validator-rules.xml (partially OT now)

2004-12-01 Thread Joe Germuska
? Regards marco -Original Message- From: Derek Broughton [mailto:[EMAIL PROTECTED] Sent: 01 December 2004 14:05 To: Struts Users Mailing List Subject: Re: disable validation of validator.xml & validator-rules.xml On Wednesday 01 December 2004 08:36, Joe Germuska wrote: Ultimately, this is

RE: disable validation of validator.xml & validator-rules.xml (partially OT now)

2004-12-01 Thread Marco Mistroni
-Original Message- From: Derek Broughton [mailto:[EMAIL PROTECTED] Sent: 01 December 2004 14:05 To: Struts Users Mailing List Subject: Re: disable validation of validator.xml & validator-rules.xml On Wednesday 01 December 2004 08:36, Joe Germuska wrote: > Ultimately, this is the responsibility

Re: disable validation of validator.xml & validator-rules.xml

2004-12-01 Thread Derek Broughton
On Wednesday 01 December 2004 08:36, Joe Germuska wrote: > Ultimately, this is the responsibility of the commons-validator > library which Struts uses. For each config file, a > "ValidatorResources" object is constructed. This object uses > commons-digester to process the XML config. > > http://c

Re: disable validation of validator.xml & validator-rules.xml

2004-12-01 Thread Joe Germuska
Ultimately, this is the responsibility of the commons-validator library which Struts uses. For each config file, a "ValidatorResources" object is constructed. This object uses commons-digester to process the XML config. http://cvs.apache.org/viewcvs.cgi/jakarta-commons/validator/src/share/org

Re: disable validation of validator.xml & validator-rules.xml

2004-12-01 Thread Guillaume Cottenceau
"Marco Mistroni" writes: > Hello all, > Does anyone know how to disable the validation of the two files > mentioned in the subject? > Looks like struts, when loaded, is trying to validate those files > against the DTD... and if by mistake my internet connection goes down, > then code > Won\

disable validation of validator.xml & validator-rules.xml

2004-12-01 Thread Marco Mistroni
Hello all, Does anyone know how to disable the validation of the two files mentioned in the subject? Looks like struts, when loaded, is trying to validate those files against the DTD... and if by mistake my internet connection goes down, then code Won\t work. (meaning, I am using WAS Studio