erv27580
No space left on device.
Regards
Dipu
- Original Message -
From:
Johan
Compagner
To:
wicket-user@lists.sourceforge.net
Sent: Tuesday, February 07, 2006 9:50
PM
Subject: Re: [Wicket-user]
wicket.WicketRuntimeException while redirecting to Login Pa
-user@lists.sourceforge.net
Sent: Tuesday, February 07, 2006 9:50
PM
Subject: Re: [Wicket-user]
wicket.WicketRuntimeException while redirecting to Login Page
please try to upgrade to the latest 1.1 or even better try
using the latest snapshots.what you could do is this in
Session.redirectToInterceptPage() has extremely brief Javadoc in 1.2. I
understand we are redirecting to a page but there is no mention of what
an intercept page is. At the very least we should have a @see
#continueToOriginalDestination and a reverse link as well.
Gili
Johan Compagner wrot
please try to upgrade to the latest 1.1 or even better try using the latest snapshots.what you could do is this in 1.1:redirectToInterceptPage(newPage(Login.class));setResponsePage(null);
On 2/7/06, Dipu <[EMAIL PROTECTED]> wrote:
Hi ,
I have got a base page which is
extended by most
Hi ,
I have got a base page which is
extended by most of the other pages in my
application.
I am trying to stick in a check in the base
page to redirect the user to the login page if required
But its throwing a
WicketRuntimeException
code snippet for redirecting to the login
page