| Author |
get selected tab in jquery struts2 tabbedPanel inside action
|
Armin Vetek
Greenhorn
Joined: Aug 21, 2010
Posts: 29
|
|
Hi,
My jsp page is designed as:
<s:form action="tab_action">
<sj:tabbedPanel>
<sj:tab>
<s:textfield>
<s:submit>
</sj:tab>
</sj:tabbedPanel>
<s:form>
Some criteria fields and a search button are placed on each tab. When the submit button is clicked the action is invoked. I need to know which tab is currently selected inside the struts2 action.
Best regards
|
http://www.javanus.com/blogs
|
 |
 |
|
|
subject: get selected tab in jquery struts2 tabbedPanel inside action
|
|
|