1 Reply Latest reply on Jan 19, 2011 1:44 AM by ilya40umov

    <rich:tab onclick() does not work />

    mahi101987

      i want different methods to be executed when my tabs are clicked on, however every time default method mentioned onclick of rich:tabPanel is called always.Code is like this
      <rich:tabPanel onclick(method X) >

                <rich:tab label="First" onclick(call method A) />

                <rich:tab label="Second" onclick(call method B) />

      </rich:tabPanel>

       

      always method "X" is called

      i am using richfaces 3.3.3