AW: Simple GET based stateless form

2008-11-17 Thread Stefan Lindner
In the onSubmit method of your form place something like PageParameters p = new PageParameters(); // add your search parameters here getRequestCycle().setRequestTarget(new RedirectRequestTarget(urlFor(MySearchResults.class, p).toString())); Try out

Re: AW: Simple GET based stateless form

2008-11-17 Thread Vinayak Borkar
Stefan, What I see on your site is exactly the behaviour I wish to have. However, using the code you pasted, still gives me this as the end of my URL, the second time.

Re: AW: Simple GET based stateless form

2008-11-17 Thread FakeBoy
Hi, I have also some problem with stateless form in wicket 1.4-m3. I still don't know where is the problem. My prob is described in http://www.nabble.com/StatelessForm-in-Bookmarkable-Page-problem-to19430608.html#a19430608 Dave Vinayak Borkar wrote: Stefan, What I see on your site is