Re: validator problems

2006-02-26 Thread chhum
Thanks for this – you're quite right. That was exactly what I'd done! chhum Quoting Niall Pemberton <[EMAIL PROTECTED]>: > Looks like you have the wrong version of validator-rules.xml > deployed. You > don't say what version of struts you're using, but my guess is you're > using > Struts 1.2.

Re: validator problems

2006-02-25 Thread Niall Pemberton
Looks like you have the wrong version of validator-rules.xml deployed. You don't say what version of struts you're using, but my guess is you're using Struts 1.2.7 or Struts 1.2.8 with a validator-rules.xml from an earlier version of Struts. Try deploying the validator-rules.xml that comes with the

validator problems

2006-02-25 Thread chhum
Hi, Sorry if you've seen this before – I sent it earlier but never saw it come back. I'm try to use the validator to check some details on a form (field lengths for example). When I run the form the validator doesn't seem to run, though a call goes to it. I end up with a stack trace in the logs