1 Reply Latest reply on Apr 2, 2009 6:19 AM by ilya_shaikovsky

    a4j:support not working

    ajanz

      i got a seam app using richfaces 3.3.0

      i use a tabpanel. onclick on one special tab a function should be executed.

      code is

       <rich:tabPanel style="width:470px" id="tabcurrentworkflow" selectedTab="#{Page.selectedtab}" switchType="client">
       <rich:tab id="tabformular" label="Formular" >
       <a4j:support action="#{Page.clear}" event="onclick" immediate="true" bypassUpdates="true"></a4j:support>
      
      


      but Page.clear is never called....

      why?