Not surprising, given where these config files came from :) Actually, we upgraded Struts a while back and I doubt anyone looked at the config files, but I'll do that tomorrow, thanks for pointing it out :)
(And yes, I fixed the validator problem... had to change the parameter list in validator-rules.xml to match the signatures of the FieldCheck class' check methods). Frank -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http://www.omnytex.com AIM/Yahoo: fzammetti MSN: [EMAIL PROTECTED] Author of "Practical Ajax Projects With Java Technology" (2006, Apress, ISBN 1-59059-695-1) Java Web Parts - http://javawebparts.sourceforge.net Supplying the wheel, so you don't have to reinvent it! On Wed, October 4, 2006 5:50 pm, Wendy Smoak wrote: > On 10/4/06, Frank W. Zammetti <[EMAIL PROTECTED]> wrote: > >> Hello... trying to use Commons Validator 1.3.0 with Struts 1.2.9, seeing >> the following error... anyone have any ideas? Everything seems fine >> until >> the first check... config files follow trace. Thanks! > > In the config files you posted, the DOCTYPEs don't match the versions > you claim to be using. Struts-config in particular looks odd, with > 1.1 in the public identifier, but an old 1.0 jakarta url for the dtd. > Both validation config files are using the 1.1.3 dtd. > > This is probably unrelated to the actual error, but is enough to make > me stop looking. :) > > -- > Wendy > > --------------------------------------------------------------------- > 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]

