Hello
Can anyone help me, what i'm doing wrong? my code looks like this:
<a4j:outputPanel ajaxRendered="true" id="OutputPanel">
<t:panelTabbedPane id="TappedPanel" binding="#{Bean.Panel}">
<a4j:support ajaxSingle="true" reRender="publishingTextTappedPanel" event="onclick" ignoreDupResponses="true" immediate="true" action="#{Bean.loadText}"/>
</t:panelTabbedPane>
</a4j:outputPanel>
isn't a problem of the a4j tag. Check in generated HTML where the tabbedPane handle the onclick.