RE: Create custom UrlCodingStrategy

2008-12-10 Thread Mathias P.W Nilsson
Maybe I should wait. I have solved it change the host file so that there will be different host to the same url. This way there is a new session every request to the host and I can read the header. -- View this message in context: http://www.nabble.com/Create-custom-UrlCodingStrategy

RE: Create custom UrlCodingStrategy

2008-12-10 Thread David Leangen
ilsson [mailto:[EMAIL 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 cus

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-03 Thread Mathias P.W Nilsson
Yes, thanks! This is what I have been trying to do but with no luck. -- View this message in context: http://www.nabble.com/Create-custom-UrlCodingStrategy-tp20660813p20814900.html Sent from the Wicket - User mailing list archive at Nabble.com

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

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 at

Re: Create custom UrlCodingStrategy

2008-12-03 Thread Martin Sachs
> 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-UrlCodingStrategy-tp20660813p20814227.html Sent from t

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
e: > > 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-tp20660813

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 the

Re: Create custom UrlCodingStrategy

2008-12-02 Thread Mathias P.W Nilsson
is message 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 c

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

Re: Create custom UrlCodingStrategy

2008-12-02 Thread Jeremy Thomerson
host/test/hello > http://localhost/test2/hello > > Can this be done with wicket? > > -- > View this message in context: > http://www.nabble.com/Create-custom-UrlCodingStrategy-tp20660813p20791796.html > Sent from the Wicket - User mailing list archive at Nabble.com. > > >

Re: Create custom UrlCodingStrategy

2008-12-02 Thread kan
d to look it > over again. > -- > View this message in context: > http://www.nabble.com/Create-custom-UrlCodingStrategy-tp20660813p20794183.html > Sent from the Wicket - User mailing list archive at Nabble.com. > > >

Re: Create custom UrlCodingStrategy

2008-12-02 Thread Mathias P.W Nilsson
mer1/login 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 archiv

Re: Create custom UrlCodingStrategy

2008-12-02 Thread Mathias P.W Nilsson
ext: 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 PROTECTED]

Re: Create custom UrlCodingStrategy

2008-12-02 Thread kan
> 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 >

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 at

Re: Create custom UrlCodingStrategy

2008-12-02 Thread kan
> >> An example. >> http://localhost/edgesoft/order/order/13 >> http://localhost/another/order/order/14 >> mount( MyStrategy( "/order/" , ); >> >> This should go to the exact same page but with different variation and >> properties. How c

Re: Create custom UrlCodingStrategy

2008-12-02 Thread kan
ost/another/order/order/14 > mount( MyStrategy( "/order/" , ); > > This should go to the exact same 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

Re: Create custom UrlCodingStrategy

2008-12-02 Thread Francis De Brabandere
t; -- > 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-ma

Re: Create custom UrlCodingStrategy

2008-12-02 Thread Mathias P.W Nilsson
ion 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

Re: Create custom UrlCodingStrategy

2008-12-02 Thread Francis De Brabandere
View 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: [EMA

Re: Create custom UrlCodingStrategy

2008-12-02 Thread Mathias P.W Nilsson
Can url rewrite be used for this. I guess there are alot of people that want custom made css and so on based on a url http://localhost/test/hello http://localhost/test2/hello Can this be done with wicket? -- View this message in context: http://www.nabble.com/Create-custom-UrlCodingStrategy

Create custom UrlCodingStrategy

2008-11-24 Thread Mathias P.W Nilsson
- 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. - To unsubscribe, e-mail: [EMAIL PROTECTED] For ad