There is a difference between a hidden component and invisible component. When component is not visible, it's markup is not rendered, thus the component is not validated. On the other hand, the hidden (in terms of css: visibility='hidden') means that markup is rendered and validated.
Regards, Alex. Sergio García wrote: > > Hi, > > I have a form with three WebMarkupContainers that show/hide some parts of > the form. Inside the form there are three buttons used to change > WebMarkupConatiners visibility. I need validation when the user press > submit button, but visitor for form components does not check validation > when the component is hidden. ¿Any solutions? > -- View this message in context: http://www.nabble.com/Form-componen-validation-on-invisible-components-tf4896386.html#a14023754 Sent from the Wicket - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
