Hi,

This was recently fixed. Can you please try getting wicket from svn to
see if it help your problem?

-Matej

On 5/1/07, RedFury <[EMAIL PROTECTED]> wrote:
>  Hi fellow wicket-ers. I am attempting to write a small wicket app which can
> use multiple windows. The app updates a simple component using an ajax
> timer. I am doing a simple pagemap mapping in my code so I am certain that
> each window is using a different pagemap. With just one page it is fine,
> however as soon as I open up a second tab, I get a "session expired" message
> in the first tab when it attempts its next ajax reques.t When I follow the
> "return to home page" link the page refreshes and all is fine again. I
> compared the two .html pages (the one which failed and the refreshed one
> which works) and it seems the only difference is the value of the
> wicket:interface value in the ajax calls (0 in the old version, 3 in the
> new.) Now, I know that with multiple window support in wicket, it clones the
> original page (or something similar) whenever you open a new tab, is it
> possible that this process is somehow incrementing the page version number,
> then the ajax request fails because its using the wrong wicket:interface? I
> have tried all sorts of stuff like turning versioning and not just
> targetting the 'active' page, but to no avail. I did a lot of searches and
> have read other similar reports from other users but the problem never semed
> to get resolved? Any help on this matter would be greatly aprpeciated, I can
> supply some code if needed. However even with an almost-blank app (simple
> label component and an AjaxSelfUpdating behavior which does nothing) the
> "session expired" message still appears in the original tab after opening a
> second tab. Thanks Dean
> ________________________________
>  View this message in context: Ajax Request problem with new window tabs
> (Wicket 1.3 snapshot)
>  Sent from the Wicket - User mailing list archive at Nabble.com.
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by DB2 Express
> Download DB2 Express C - the FREE version of DB2 express and take
> control of your XML. No limits. Just data. Click to get it now.
> http://sourceforge.net/powerbar/db2/
> _______________________________________________
> Wicket-user mailing list
> Wicket-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wicket-user
>
>

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to