the page is mounted? or has a bookmarkable url? because if you hit
refresh on the page before clicking any link you are sending another
request to a bookmarkable url and so wicket creates a new instance of
the page. you should mount the page with hybrid url coding strategy to
fix this.

-igor


On Tue, Mar 18, 2008 at 6:21 AM, mmp <[EMAIL PROTECTED]> wrote:
>
>  Hi,
>
>  I implemented a Webpage loading a panel using ajax lazy loading. After the
>  panel is loaded, refreshing the page works fine (panel gets again lazy
>  loaded), but when I click a dummy link, refreshing the page seems to
>  directly refreshing the panel and therefore no lazy loading appears.
>  Anybody has the same issue or is it a bug?
>
>  thx in advance,
>  mmp
>  --
>  View this message in context: 
> http://www.nabble.com/LazyLoad-after-clicking-on-a-Link-tp16121090p16121090.html
>  Sent from the Wicket - User mailing list archive at Nabble.com.
>
>
>  ---------------------------------------------------------------------
>  To unsubscribe, e-mail: [EMAIL PROTECTED]
>  For additional commands, e-mail: [EMAIL PROTECTED]
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to