Hi,

On Fri, Oct 22, 2010 at 12:53 PM, drf <davidrfi...@gmail.com> wrote:
>
> I have encountered the following serious issue:
>
> My application consists of one WebPage which has an AjaxTabbedPanel. Each
> tab has an associated panel which includes several menu items (links) which
> can be selected. This works well.
> However, if the user selects the back-button (once back, then once forward)
> they can come back to the page with a different tab displayed than the one
> selected before the back-button was used. If a menu link is then clicked on,
> an exception is thrown. This appears to be because the Wicket on the server
> is now out of synch with the html displayed. Wicket thinks a different panel
> is selected than the one the user sees now.

Turn off page caching in a browser for ajax pages.

--
DS

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to