Re: @CustomValidator error

2008-07-11 Thread tangy
Yes, that was the problem. Now I have another problem: My interceptor stack is as follows:

Re: @CustomValidator error

2008-07-11 Thread Dave Newton
--- On Fri, 7/11/08, tangy <[EMAIL PROTECTED]> wrote: > I have the validators.xml file in /WEB-INF/: AFAIK this file needs to be on the classpath. The validation documentation [1] points this out in the "Registering Validators" section, stating "The simplest way to do so is to add a file name v

@CustomValidator error

2008-07-11 Thread tangy
Hi all, I'm new to Struts2 and needed some help troubleshooting an error when I try to use @CustomValidator. Here's my setup: I have the validators.xml file in /WEB-INF/: http://www.opensymphony.com/xwork/xwork-validator-config-1.0.dtd";> And then I have a class called NumberFieldV