1 Reply Latest reply on Feb 4, 2008 6:35 AM by ilya_shaikovsky

    Problem with tomahawk tabbedPanel and ajax4jsf support tag

    kokkonen

      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>
      


      Does anyone know why my ajax tag always call's action, even if i click something input text or input text area component?

      I create inpuText and inputTextarea component's on the java code, so there are not on jsp page.