how can i handle tab event ?
hello,i have a tabbed pane and 2 tabs.with code, how can i handle event.when user click 2. tab, when tab2 focus, i want to set a variableexampleblnValue = true;how can i set?thnx.
[235 byte] By [
guych] at [2007-11-26 8:33:54]

# 1
The Tab components (inside the TabSet) have an action property. You can double-click a Tab component to generate an action method in the backing bean. Then, of course, you add your code to this method (for instance, to set your variable).
mbohm at 2007-7-6 22:00:23 >
