On 12/14/05, Yee CN <[EMAIL PROTECTED]> wrote: > Maybe myfaces should implement a compareValidator tag - something like: > > <t:compareValidator > ControlToValidate="clientId1" ControlToCompare="clientId2" > Operator="Equals" > ErrorMessage="* You must enter the same values into textbox 1 and > textbox 2" > />
org.apache.myfaces.custom.comparetovalidator.CompareToValidator does exactly this. Unfortunately, the web site hasn't been updated recently, so there's no online documentation yet, but it's in the latest nightly.

