jsf - Add listener on tab close(collapse) in p:accordionPanel -


i tried use following listener on tab open event:

<p:ajax event="tabchange" listener="#{bean.ontabchange}"/> 

but doesn't handle event when current tab closed (collapsed). there other way workaround this?

i need action event know when user closed current tab.

look change event example on primeface showcase accordian panel.

there tabclose event can use register listener on current tab close :

<p:ajax event="tabclose" listener="#{bean.ontabclose}" /> 

Comments

Popular posts from this blog

android - Pass an Serializable object in AIDL -

How to provide Authorization & Authentication using Asp.net, C#? -

How to use Authorization & Authentication in Asp.net, C#? -