Hi Guys,
In Struts2 application that I am developing,
I am using <sx:tabbedpanel>
<sx:div> ... </sx:div>
<sx:div> ... </sx:div>
</sx:tabbedpanel>
to create a set of tabs. In One of the tabs I need a functionality that, when I click a button from within the tab, the action gets executed and the jsp page that the action returns is displayed in the same tag.
Thanks in advance.
Regards, Karn