You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by Mathias Nilsson <wi...@gmail.com> on 2010/09/25 13:53:44 UTC

IndexedParamUrlCodingStrategy for multiple customers

Hi,

I'm having trouble on setting up the following scenario.
I'm developing a mediabase application that multiple users from different
customers can consume. 

They will get to loginpage by http://mydomain.com/mediabase/customer1. The
wicket application is http://mydomain.com/mediabase. I was planning on using
IndexedParamUrlCodingStrategy so that I could extract the customer name. Is
there another way of doing this? 
-- 
View this message in context: http://apache-wicket.1842946.n4.nabble.com/IndexedParamUrlCodingStrategy-for-multiple-customers-tp2713430p2713430.html
Sent from the Users forum mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: IndexedParamUrlCodingStrategy for multiple customers

Posted by Mathias Nilsson <wi...@gmail.com>.
Ok I found  http://blog.jteam.nl/2010/02/24/wicket-root-mounts/
http://blog.jteam.nl/2010/02/24/wicket-root-mounts/  that pretty much fixes
my problem.


-- 
View this message in context: http://apache-wicket.1842946.n4.nabble.com/IndexedParamUrlCodingStrategy-for-multiple-customers-tp2713430p2713462.html
Sent from the Users forum mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: IndexedParamUrlCodingStrategy for multiple customers

Posted by Mathias Nilsson <wi...@gmail.com>.
Another problem I'm facing with this is that I have to mount every customer
in my application. The last mount will be the one wicket will use when
setting responsePage etc.


-- 
View this message in context: http://apache-wicket.1842946.n4.nabble.com/IndexedParamUrlCodingStrategy-for-multiple-customers-tp2713430p2713445.html
Sent from the Users forum mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org