there is no such a thing as a sub application
But you can have 3 applications (3 wicket filters)
one is attached to "main" and the other 2 to the other paths.

johan


On 5/9/07, Kurt R. Hoehn <[EMAIL PROTECTED]> wrote:

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
[email protected]
https://lists.sourceforge.net/lists/listinfo/wicket-user

-------------------------------------------------------------------------
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
[email protected]
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to