On 3/30/06, Matt Raible <[EMAIL PROTECTED]> wrote: > However, when the field is hidden (the @Else logic executes), I get a > validation error: > > You must enter a value for Username. > > Is it possible to make the HTML in the @Else block have the same > componentId as usernameField?
I cannot speak for 'required' Validator (it is a really simple Validator) but it is easily done using a bean which implements the Validator interface and can handle the situation -- Massimo http://meridio.blogspot.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
