Re: Struts 1.2 validation not working!

2007-04-04 Thread davout
I downloaded Struts r1.2.4. The r1.2.4 'validator-rules.xml' file is exactly the same as the file in my project. The attached screenshot is a snapshot from the file compare utility. http://www.nabble.com/file/7647/struts.zip struts.zip What next? -- View this message in context: http://www.

Re: Struts 1.2 validation not working!

2007-04-01 Thread davout
Niall Pemberton-2 wrote: > > Use the validation-rules.xml that comes with the version of Struts > you're using. This exception usually happens when people upgrade their > version of Struts but don't use the validation-rules.xml that ships > with the new version. > &

Struts 1.2 validation not working!

2007-03-28 Thread davout
I've added Struts validation to my application and I'm getting an exception when I try to use the 'required' validation type. Here's the code... The 'validation.xml' file... [Code] [/code] the start of the 'valid