aspose file tools
The moose likes Struts and the fly likes get selected tab in jquery struts2 tabbedPanel inside action Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Frameworks » Struts
Reply Bookmark "get selected tab in jquery struts2 tabbedPanel inside action" Watch "get selected tab in jquery struts2 tabbedPanel inside action" New topic
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
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: get selected tab in jquery struts2 tabbedPanel inside action
 
Similar Threads
Struts2Jquery plugin tabs
Struts 2 with JQuery tab
Struts2Jquery tabs problem
Which one is better ? Dojo plugin Vs jQuery plugin
How to use the select tag - Struts2