Re: Apply Validator to n controls

2007-08-16 Thread daniel ccss
I think I will use the 2, thanks!! On 8/15/07, Andrew Robinson [EMAIL PROTECTED] wrote: Some ideas: 1) have your validator look up multiple components, and check to see if their getSubmittedValue property returns null or not. 2) Validate that one has been set using an action listener or

Re: Apply Validator to n controls

2007-08-15 Thread Andrew Robinson
Some ideas: 1) have your validator look up multiple components, and check to see if their getSubmittedValue property returns null or not. 2) Validate that one has been set using an action listener or action instead of a validator 3) Use binding with your controls and implement value change