Hi All,

I have the following issue:

A wicket page where I'm working on has a Form plus an AjaxTabbedPannel.

The form has only buttons that change the status of some values in the page.

In each onSubmit() I set the response page to reload the same page but it
goes the default tab and not to the one selected when I click the button.

(All the buttons are outside the tabbedPanels, the panels just show
different details..)


Is there a way to get from an onSubmit() button method the selectedTab?

I cannot find a way to call from onSubmit the getSelectedTab() and pass it
as pageparameter to the wicketPage (to use then the setSelectedTab)


Regards,

Antonio

Reply via email to