newton.dave wrote:
> 
> 
> Include the complete field validation configuration, the interceptor 
> stack you're using, and the action configuration.
> 
> Dave
> 
> 

Hi Dave,

I solved it. Thanks. Now I've got another question, still about validation.
I'm trying to write a custom field validator that validates a code. For
validating that code, I need other params that are in the form I submitted.
I'm extending FieldValidatorSupport, but it seems I cannot pass other params
to that validator.

Example: a form with a, b, and c textfield. for validating c, I need a and b
values. It is possible to write a field validator for c and specifying in
the Action validator to pass that params?

I hope I have been clear.

Thank you.

-- 
View this message in context: 
http://www.nabble.com/xml-validation-tp23537908p23556953.html
Sent from the Struts - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

Reply via email to