Re: More on wicket url stratergy

2008-07-04 Thread Erik van Oosten
Ok, here is my code. Perhaps the way I (ab)use HybridUrlCodingStrategy is what made the URLs change. In the ctor of ChangePasswordPage: FormPasswordObject form = new FormPasswordObject(form, new CompoundPropertyModelPasswordObject(passwordObject)) { protected void onSubmit() { try {

Re: More on wicket url stratergy

2008-07-02 Thread Erik van Oosten
No, not true. You /can/ do setResponsePage(new ItemListPage(...)), /and/ make it bookmarkable. The trick is to call setRedirect(true) together with the call to setResponsePage. Furthermore you need to mount ItemListPage in your application#init method (see method Application#mount()).

Re: More on wicket url stratergy

2008-07-02 Thread Erik van Oosten
Yes, I am pretty sure I did this about a month ago. The funny thing is that we did it this way because this way flash (component error messages) are preserved. We wanted to show a succes message on the page we forwarded to. ... looking up the code now... Yep, correct. Though we did not

Re: More on wicket url stratergy

2008-07-02 Thread aangenieux
Téléphone Ben : 06 14 07 53 63 Le mer 2/07/08 16:56, Erik van Oosten [EMAIL PROTECTED] a écrit: Yes, I am pretty sure I did this about a month ago. The funny thing is that we did it this way because this way flash (component error messages) are preserved. We wanted to show a succes

Re: More on wicket url stratergy [SORRY MISPOSTED]

2008-07-02 Thread aangenieux
Sorry guys, replied to the wrong e-mail ;) Cheers, Antoine. Le mer 2/07/08 17:04, [EMAIL PROTECTED] a écrit: Téléphone Ben : 06 14 07 53 63 Le mer 2/07/08 16:56, Erik van Oosten e.vanoos [EMAIL PROTECTED] a écrit: Yes, I am pretty sure I did this about a month ago. The funny

Re: More on wicket url stratergy

2008-07-02 Thread Mathias P.W Nilsson
-on-wicket-url-stratergy-tp18212748p18239900.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: More on wicket url stratergy

2008-07-02 Thread Igor Vaynberg
what does the url look like? -igor On Wed, Jul 2, 2008 at 7:56 AM, Erik van Oosten [EMAIL PROTECTED] wrote: Yes, I am pretty sure I did this about a month ago. The funny thing is that we did it this way because this way flash (component error messages) are preserved. We wanted to show a

Re: More on wicket url stratergy

2008-07-02 Thread Mathias P.W Nilsson
https://localhost/hairless-web/?wicket:interface=:2:itemRepeater:3:itemLink::ILinkListener:: // Mathias -- View this message in context: http://www.nabble.com/More-on-wicket-url-stratergy-tp18212748p18240461.html Sent from the Wicket - User mailing list archive at Nabble.com

More on wicket url stratergy

2008-07-01 Thread Mathias P.W Nilsson
in context: http://www.nabble.com/More-on-wicket-url-stratergy-tp18212748p18212748.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

Re: More on wicket url stratergy

2008-07-01 Thread David Leangen
On Tue, 2008-07-01 at 02:50 -0700, Mathias P.W Nilsson wrote: In my itemList class I set the response page like this. setResponsePage( new ItemPage( parameters, ItemListPage.this ) ); Now the ItemListPage.this is for back travelling and to get the background from the list class. Is it

Re: More on wicket url stratergy

2008-07-01 Thread Mathias P.W Nilsson
this message in context: http://www.nabble.com/More-on-wicket-url-stratergy-tp18212748p18214136.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands