Stephan Bardubitzki wrote:
> Hi there,
>
> In order to be able to cycle through a tabset without forcing
> validation, I have added the "immediate" property to each tab in the
> tabSet. Each tab contains a number of required input fields and a
> submit button with regular action method.
>
> The problems is that the submit button doesn't trigger form validation.
>
> Is this a known bug? If so, is there a workaround?
>
> Or do I miss something here?
>
> Regards,
> Stephan
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_woodstock.dev.java.net
> For additional commands, e-mail: users-help_at_woodstock.dev.java.net
>
>
> --------------------------------
> Spam/Virus scanning by CanIt Pro
>
> For more information see
> http://www.kgbinternet.com/SpamFilter.htm
>
> To control your spam filter, log in at
> http://filter.kgbinternet.com
>
Just figured out that the right approach is to set the tabset to
immediate=true and not the tabs themself.