I would recommend looking at Struts 2's validation documentation (if that's the web framework you're using):
http://struts.apache.org/2.0.14/docs/validation.html Matt On Mon, Sep 14, 2009 at 5:45 AM, measwel <marek_karczew...@yahoo.com.au>wrote: > > I have an address group input that I want to validate conditionally. If an > user fills any field of the group, then the group as a whole gets > validated, > if no field is filled in, then no validation occurs for the whole group. > > Alternatively; the validation occurs when the user checks a box 'use > address' > > How can I implement the above functionality? > -- > View this message in context: > http://www.nabble.com/Conditional-%28partial%29-validation-tp25434381s2369p25434381.html > Sent from the AppFuse - User mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscr...@appfuse.dev.java.net > For additional commands, e-mail: users-h...@appfuse.dev.java.net > >