TabbedPanel#getSelectedTab()

-igor

On Tue, Jun 1, 2010 at 3:11 AM, Antonio Mauriello
<[email protected]> wrote:
> 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
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to