Thanks! Yes I am but with no success.
My application can be accessed in http://localhost:8080/myapp now after my app I need to get the customer path and keep it in every request. So if the user request login the path should be http://localhost:8080/myapp/customer1/login. And If the user who can have access to a lot of customers changes it to http://localhost:8080/myapp/customer2 then css, properties and a lot of other data should be changed. Now some Customers have languages in their path so a customerpath could be http://localhost:8080/myapp/customer1/sv/. To use a strategy here is not very obvious. Any other pointers would be greatly appreciated. -- View this message in context: http://www.nabble.com/mount-outside-init-tp20619679p20635711.html Sent from the Wicket - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
