no it was not a problem
in a Login page:

if(alreadyLoggedIn)
{
 session.invalidate();
 throw RestartResponsexxx(Login.class);
}

and that call was a bookmarkable request
then the restart response did direct in that request to th the same login
page again. And the same condition still was valid.. so .. the cycle.

setRedirect(true) did the trick


On 11/15/06, Eelco Hillenius <[EMAIL PROTECTED]> wrote:

And now? You have more detail for us?

Eelco

On 11/15/06, Martijn Dashorst <[EMAIL PROTECTED]> wrote:
> Error 500:
>
> Request processing executed 32767 steps, which means it is probably in
> an infinite loop.
>
> Martijn
>
> --
> <a href="http://www.thebeststuffintheworld.com/vote_for/wicket";>Vote</a>
> for <a href="http://www.thebeststuffintheworld.com/stuff/wicket
">Wicket</a>
> at the <a href="http://www.thebeststuffintheworld.com/";>Best Stuff in
> the World!</a>
>

Reply via email to