Re: Struts 1.2 validation not working!

2007-04-04 Thread Niall Pemberton
On 4/4/07, davout <[EMAIL PROTECTED]> wrote: 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 stack trace says that this is not true - I can re-create your exact error by dropping the validator-rules.xml from Struts 1.2.7 int

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-02 Thread Niall Pemberton
On 4/1/07, davout <[EMAIL PROTECTED]> wrote: I downloaded the r1.2.7 release and used this as my comparison basis. My IDE is 'MyEclipse' which uses a Struts 1.2 release. The xml files are exactly the same. I used the 'beyond compare' file comparison utility to view this, and there are no differ

Re: Struts 1.2 validation not working!

2007-04-01 Thread davout
I downloaded the r1.2.7 release and used this as my comparison basis. My IDE is 'MyEclipse' which uses a Struts 1.2 release. The xml files are exactly the same. I used the 'beyond compare' file comparison utility to view this, and there are no differences. . What next? Niall Pemberton-2 wrote

Re: Struts 1.2 validation not working!

2007-03-29 Thread Niall Pemberton
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. Niall On 3/29/07, davout <[EMAIL PROTECTED]> wrote: I've added Str