Event handling

Top  Previous  Next

FacesTabbedPanel component triggers TabSelectedEvent event when the selection of a given tab occurs. It is very easy to handle such event on the server-side by implementing TabSelectedListener listener interface.

 

See example of the custom tag usage on JSP page

 

Note: serverSideAction tag property must be set to true. tabSelectedListener tag property must contain the fully qualified listener class name.

 

Click here to see MyTabSelectedListener java source