This is strange. It seems that your session is being invalidated when
you save .java or .html file. This is not normal. I don't know what
kind of magic maven jetty plugin does, i usually run my web apps with
embedded jetty as regular Java application, though I'm not sure that
this is what causes your problem.

-Matej

On 4/25/07, mraible <[EMAIL PROTECTED]> wrote:
>
> I'm using Eclipse, Maven 2 and the Maven Jetty Plugin (with "mvn jetty:run")
> to develop my Wicket application.  Everytime I save a .java or .html file,
> Jetty reloads and all is good.  However, when I hit "refresh" on my browser,
> Wicket allways gives me a "page expired" error and I have to start from
> http://localhost/app again.  Is there anyway to prevent this?  Does
> DEVELOPMENT mode (in Application.init()) create a new page instead of
> expiring it?
>
> Thanks,
>
> Matt
> --
> View this message in context: 
> http://www.nabble.com/Is-it-possible-to-prevent-page-expired--tf3646633.html#a10184774
> 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