I think you can have the homepage handle that for you.

As Micheal said, you can use Index url strategy on the home page class.

So when you access the http://sub.domain.com/,
HomePage.class will know that no parameter is passed.

And if http://sub.domain.com/customer1 is accessed, then HomePage.class can
get the value customer1 as parameter. I hope it makes sense.




Mathias P.W Nilsson wrote:
> 
> Yes it make sence but I would not want a pair here.
> 
> I would like http//sub.domain.com/customer1
> 
> not http//sub.domain.com/customer/customer1
> 


-----
http://ntsrikanth.blogspot.com/
-- 
View this message in context: 
http://www.nabble.com/mount-outside-init-tp20619679p20621477.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]

Reply via email to