RE: Create custom UrlCodingStrategy

2008-12-10 Thread David Leangen
PROTECTED] Sent: 3 December 2008 22:20 To: users@wicket.apache.org Subject: Re: Create custom UrlCodingStrategy 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

Re: Create custom UrlCodingStrategy

2008-12-03 Thread Mathias P.W Nilsson
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-tp20660813p20812776.html Sent from

Re: Create custom UrlCodingStrategy

2008-12-03 Thread Martin Sachs
: 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

Re: Create custom UrlCodingStrategy

2008-12-03 Thread Mathias P.W Nilsson
Also you must handle the second parameter /login maybe by switching different panels or redirect to another page ! How should this be done? I must keep the customer/customerId in every page. What happens when redirecting? -- View this message in context: http://www.nabble.com/Create-custom

Re: Create custom UrlCodingStrategy

2008-12-03 Thread Martin Sachs
/customerId in every page. What happens when redirecting? -- View this message in context: http://www.nabble.com/Create-custom-UrlCodingStrategy-tp20660813p20814227.html Sent from the Wicket - User mailing list archive at Nabble.com

Re: Create custom UrlCodingStrategy

2008-12-03 Thread Mathias P.W Nilsson
Problem is this setResponsePage(new LoginPage(moreParam); will not generate an url like http://localhost/myapp/customer1/login. -- View this message in context: http://www.nabble.com/Create-custom-UrlCodingStrategy-tp20660813p20814520.html Sent from the Wicket - User mailing list archive

Re: Create custom UrlCodingStrategy

2008-12-03 Thread Martin Sachs
Nilsson wrote: Problem is this setResponsePage(new LoginPage(moreParam); will not generate an url like http://localhost/myapp/customer1/login. -- View this message in context: http://www.nabble.com/Create-custom-UrlCodingStrategy-tp20660813p20814841.html Sent from the Wicket - User

Re: Create custom UrlCodingStrategy

2008-12-03 Thread Peter Ertl
-custom-UrlCodingStrategy-tp20660813p20814900.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

Re: Create custom UrlCodingStrategy

2008-12-02 Thread Francis De Brabandere
test2/events , test/events since there could be 100 customers that uses this. ( imaging doing this for all classes and all customers ) I need a way to check the customer name set variation in the session. -- View this message in context: http://www.nabble.com/Create-custom-UrlCodingStrategy

Re: Create custom UrlCodingStrategy

2008-12-02 Thread kan
page but with different variation and properties. How can this be achieved. What classes do I need to subclass to make this happen? -- View this message in context: http://www.nabble.com/Create-custom-UrlCodingStrategy-tp20660813p20660813.html Sent from the Wicket - User mailing list archive

Re: Create custom UrlCodingStrategy

2008-12-02 Thread kan
and properties. How can this be achieved. What classes do I need to subclass to make this happen? -- View this message in context: http://www.nabble.com/Create-custom-UrlCodingStrategy-tp20660813p20660813.html Sent from the Wicket - User mailing list archive at Nabble.com

Re: Create custom UrlCodingStrategy

2008-12-02 Thread Mathias P.W Nilsson
in the session. -- View this message in context: http://www.nabble.com/Create-custom-UrlCodingStrategy-tp20660813p20792180.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: Create custom UrlCodingStrategy

2008-12-02 Thread Mathias P.W Nilsson
Ok Is there any topic on UrlRewriteFilter and Wicket. I still need to set variation and locale even when I use UrlRewriteFilter. -- View this message in context: http://www.nabble.com/Create-custom-UrlCodingStrategy-tp20660813p20793471.html Sent from the Wicket - User mailing list archive

Re: Create custom UrlCodingStrategy

2008-12-02 Thread Francis De Brabandere
: http://www.nabble.com/Create-custom-UrlCodingStrategy-tp20660813p20791796.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: Create custom UrlCodingStrategy

2008-12-02 Thread Mathias P.W Nilsson
://www.nabble.com/Create-custom-UrlCodingStrategy-tp20660813p20794183.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]

Re: Create custom UrlCodingStrategy

2008-12-02 Thread Mathias P.W Nilsson
and /Customer2/login. I can't mount every possible customer reference in init(). -- View this message in context: http://www.nabble.com/Create-custom-UrlCodingStrategy-tp20660813p20794194.html Sent from the Wicket - User mailing list archive at Nabble.com

Re: Create custom UrlCodingStrategy

2008-12-02 Thread kan
: http://www.nabble.com/Create-custom-UrlCodingStrategy-tp20660813p20794183.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: Create custom UrlCodingStrategy

2008-12-02 Thread Jeremy Thomerson
this message in context: http://www.nabble.com/Create-custom-UrlCodingStrategy-tp20660813p20791796.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: Create custom UrlCodingStrategy

2008-12-02 Thread Mathias P.W Nilsson
Thank you very much but I'm afraid I can't use apache as a front end due to the server setup. I need a way to do this in wicket. -- View this message in context: http://www.nabble.com/Create-custom-UrlCodingStrategy-tp20660813p20801209.html Sent from the Wicket - User mailing list archive

Re: Create custom UrlCodingStrategy

2008-12-02 Thread Mathias P.W Nilsson
in context: http://www.nabble.com/Create-custom-UrlCodingStrategy-tp20660813p20804484.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

Create custom UrlCodingStrategy

2008-11-24 Thread Mathias P.W Nilsson
in context: http://www.nabble.com/Create-custom-UrlCodingStrategy-tp20660813p20660813.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail