On 9/3/07, Cristi Manole <[EMAIL PROTECTED]> wrote:
> I don't know why, but it works out of the box :)
>
> The only problem was that i was making this call
> mountBookmarkablePage("/index.html", Home.class);
>
> in the home application init.
>
> I moved it in another application (that takes care of
uot; work like a charm. I have only on session for all (four) of
them...
Now reading what you said, i'm wondering if i really do have one session :)
- Original Message -
From: "Eelco Hillenius" <[EMAIL PROTECTED]>
To:
Sent: Monday, September 03, 2007 11:33 PM
> java.lang.IllegalStateException: Request processing executed 100 steps, which
> means it is probably in an infinite loop.
This was fixed *after* beta 3 came out: an exception during error
handling could result in a cycle.
Eelco
-
On 9/3/07, Cristi Manole <[EMAIL PROTECTED]> wrote:
> Hello,
>
> I'm trying to make WebSession as a singleton available to all wicket
> applications in order to provide single sign on.
That won't work just like that. If you want a wicket session object
that is shared amongst all Wicket applicatio
Hello,
I'm trying to make WebSession as a singleton available to all wicket
applications in order to provide single sign on.
Authorisation is being performed with Spring JDBC.
The problem is this:
SEVERE: Servlet.service() for servlet default threw exception
java.lang.IllegalStateException: