Hello,

    In Struts I had an application that had sub contexts under the main
context.  How it worked was I had a login action that then retrieved the
user.  The user was associated to a sub context and the application
redirected the user to there particular sub context. 

/main redirect to /main/buyer
                  /main/media
                  /main/vendor

Each sub context had its own space. 

In wicket is it possible to have multiple sub WebApplications under a
primary WebApplication? So when someone logs in they are redirected to a
particular WebApplication and WebSession.

Thank You,
Kurt


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