Hello,

is there a default way to determine when a user switches between tabs in an
AjaxTabbedPanel?
I see onAjaxUpdate(final AjaxRequestTarget target) but that is called after
the new tab has been set.
I would like to add a confirmation dialog before the new tab is set in case
the user had changed data in the current tab.

Or should I maybe override the protected WebMarkupContainer newLink(final
String linkId, final int index) method?

Is that possible? If so any hints would be appreciated. Thanks

Reply via email to