hi,

i have only a simple idea.

implement a UrlcodingStrategy like IndexedParamUrlCodingStrategy, where the
words after first / are parameter. if you use this e.g. 

mount(new CustomerParamUrlCodingStrategie("/customers",...)); you would able
to get the customerID as PageParameter like from the
IndexedParamUrlCodingStrategy.

result should be that url: /customers/<customerId>/<action> e.g. 
/customers/mycustomer1/login 

Also you must handle the second parameter /login maybe by switching
different panels or redirect to another page !

is that what you want ?


Martin



Mathias P.W Nilsson wrote:
> 
> Is there no solution to this?
> 
> this is my app ( http://localhost/myapp ). All I want is to be able to
> have a customer name after myapp that follows in the application.
> 

-- 
View this message in context: 
http://www.nabble.com/Create-custom-UrlCodingStrategy-tp20660813p20813165.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