You could best take a look at the sign-in example of wicket-examples.
It has a custom session - which can be used to store information you
want to keep during the whole user session - and it has an example of
how to prevent access/ redirect to a login page for a non logged on
user.

Eelco


On 11/21/05, Manuel Corrales <[EMAIL PROTECTED]> wrote:
> Hi, i've asked this question once but dont get a solution. So here i go
> again:
>
>  I have some clues about stateful beans and stateless beans but not too
> much. What i need is that when a user logins, create an object and that that
> object exists during the user session (to logout). Now i think this is easy
> to do with a app server, but all i have is tomcat and wicket. Is there a way
> of achieve this?
>
>  Another related question is: How can i forbid access to a non loged user?
>
>  Thanks very much.
>


-------------------------------------------------------
This SF.Net email is sponsored by the JBoss Inc.  Get Certified Today
Register for a JBoss Training Course.  Free Certification Exam
for All Training Attendees Through End of 2005. For more info visit:
http://ads.osdn.com/?ad_idv28&alloc_id845&op=click
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to