Re: Calling validator rule direct from code

2005-07-18 Thread chhum
Thanks for this. I think I’m going to have to go a bit outside of standard Struts functionality to do what I need to do but the validator is part of commons now of course so I can make code level calls that way. Quoting Martin Gainty <[EMAIL PROTECTED]>: > Good Morning Charles > >From what

Re: Calling validator rule direct from code

2005-07-18 Thread Martin Gainty
Good Morning Charles From what I can gather there are 4 scenarios to instantiate a form and handle validation http://mail-archives.apache.org/mod_mbox/struts-user/200407.mbox/[EMAIL PROTECTED] If you decide to use option D) DynaValidatorForm then Take a look at Rick Reumann's site for example