Re: Validator Logic Help Needed

2005-10-27 Thread Niall Pemberton
On 10/27/05, Laurie Harper <[EMAIL PROTECTED]> wrote: > There are a couple of validation rules you can look at for this; the > first, and older option, is the 'validif' rule. The more modern option > is the 'validwhen' option. Unfortunately, I can't see where the > validator documentation has moved

Re: Validator Logic Help Needed

2005-10-27 Thread Laurie Harper
Jim Reynolds wrote: Using Validator in struts 1.2 Problem: I have a form that has two rows of data: The first column is a "radio" button and its value is either "new" or "old" See mimic form below So the user must select either the new or existing but not both. No big deal. Problem is for each

Validator Logic Help Needed

2005-10-27 Thread Jim Reynolds
Using Validator in struts 1.2 Problem: I have a form that has two rows of data: The first column is a "radio" button and its value is either "new" or "old" See mimic form below So the user must select either the new or existing but not both. No big deal. Problem is for each row, there are two co