Go to http://wicketstuff.org/wicket13/stateless/public/Index and you
should see the message 'no concrete session is created yet (only a
volatile one)'. Same thing for
http://wicketstuff.org/wicket13/stateless/public/StatelessPage.

Eelco


On 6/6/07, Eelco Hillenius <[EMAIL PROTECTED]> wrote:
> On 6/6/07, mchack <[EMAIL PROTECTED]> wrote:
> >
> > Sounds like I may have interpreted the data incorrectly. It looks like an
> > HTTP session is always created, but what you are saying is that Wicket won't
> > bind to the session until it is necessary.
>
> No, Wicket should defer creating a http session until it thinks it is
> really needed. See also Page#isPageStateless for debugging, as you
> might found out that you think a page is stateless when it fact
> something prevents it from being marked like that.
>
> Eelco
>

-------------------------------------------------------------------------
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