The web developer toolbar for FireFox has nice functionality for this[1].

Eelco

[1] https://addons.mozilla.org/en-US/firefox/addon/60?id=60


On 6/6/07, Konstantinos Lazouras <[EMAIL PROTECTED]> wrote:
>
>
> it seems I'm having the same problem here...
>
> any hints on how and when to check the jsessionid cookie at deployment mode?
>
> Jay, did you have any luck with this?
>
> Thanks in advance,
> Konstantinos
>
>
> ----- Original Message ----
> From: Jonathan Locke <[EMAIL PROTECTED]>
> To: wicket-user@lists.sourceforge.net
> Sent: Tuesday, June 5, 2007 7:38:27 AM
> Subject: Re: [Wicket-user] Getting sent to PageExpiredErrorPage when page is
> not expired
>
>
>
> when i was running into this, it turned out that we were losing the session
> cookie.  try checking the jsessionid cookie before and after and see if it
> changes.
>
>
> jayTSM wrote:
> >
> > This behavior seems to be happening on non-ajax requests. The component
> > being submitted is a basic subclass of the wicket Form class. The
> > pre-processing before the submission involves setting the response page to
> > the current page, via the setResponsePage method on the wicket Component
> > class. In addition a couple of objects are saved using hibernate before
> > submission.
> >
> > I am currently using the wicket 1.2.5 jar.
> >
> >
> > Eelco Hillenius wrote:
> >>
> >> We've had a couple of instances where this happened for Ajax requests.
> >> Should be fixed now though.
> >>
> >> Can you tell us more about which version you are using and what kind
> >> of pages/ functionality you see this with?
> >>
> >> On 6/4/07, jayTSM <[EMAIL PROTECTED]> wrote:
> >>>
> >>> Sporadically, I'm seeing form submissions rerouted by wicket internally
> >>> to
> >>> the pageExpiredErrorPage, when it seems the requested page is not
> >>> expired.
> >>> Does anyone have any ideas why this might be happening? These
> >>> page-expiration error cases seem to occur when the form's response page
> >>> is
> >>> set to the current page.
> >>>
> >>> Thanks for the help in advance,
> >>> Jay
> >>
> >>
> >
> >
>
> --
> View this message in context:
> http://www.nabble.com/Getting-sent-to-PageExpiredErrorPage-when-page-is-not-expired-tf3867462.html#a10962956
> 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
>
>
>  ________________________________
> Bored stiff? Loosen up...
> Download and play hundreds of games for free on Yahoo! Games.
> -------------------------------------------------------------------------
> 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