The javadoc for HybridUrlCodingStrategy says:

Also to preserve state on refresh with ajax-only pages the
HybridUrlCodingStrategy does an immediate redirect after hitting
bookmarkable URL, e.g. it immediately redirects from /mount/path to
/mount/path.3 where 3 is the next page id. This preserves the page
instance on subsequent page refresh.

We have a few pages mounted with this strategy - some do issue a
redirect to /mountpath.version on 1st request, others for some reason
do not. I am assuming that's because some are "ajax-only" while others
are not? if so, what a definition of an ajax-only page? Or - if that's
easier - in which cases would this strategy NOT issue a redirect to
.version URL?

thanks
-nikita

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

Reply via email to