sandbox:validateCompareTo compares the value of two components. It could probably be copied and made into a "dependent upon" validation component.
Or you can bind both components to a backing bean and manually check their combined states. On 8/9/06, Joe ersinghaus <[EMAIL PROTECTED]> wrote:
Hello, Is it possible to have more than one component validated as a group? For example: let's say I've have a radio button that when activated, text must be entered/validated in that radio button's associated input field? In other words, only when the radio button is selected, should the input filed be validated. Thanks, Joe

