On Fri, Sep 17, 2010 at 3:04 PM, Martin Grigorov <mgrigo...@apache.org> wrote:
> I wont say this is a bug.
> Actually it is by design.
> When the page renders all links' href url points to specific page version.
> So when the user clicks on any link the page is properly resolved and the
> click processed.
> If you change the page id with Ajax then there is a chance to leave broken
> links/forms in the page. Clicking on those will result in either using old
> version of the page or even worse PageExpiredException.

Couldn't we use a cookie to keep the current version/tab/window? we
could update it serverside and clientside to our liking... Not sure
how we could hook into the back button for that though...

One thing is sure: when using ajax, javascript works...

Martijn

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

Reply via email to