This content has been marked as final.
Show 1 reply
-
1. Re: tabPanel: setting immediate=true breaks commandButton inside
monrealis Sep 7, 2011 4:41 PM (in response to alexdl)Hi Alex,
I had the same problem. However, action gets executed during the second postback. Using activeItem attribute solves the problem.
{code}
<rich:tabPanel immediate="true" activeItem="_0" ...>
<rich:tab id="_0"...>
...
{code}