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 http://www.ai-online.i

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. searchForm1_hf_0=&..%2F..%2F..%2Fsearch%2Fwicket%3Ainterface%2F%3A0%3Asearch-bar%3AsearchForm%3A%3AIFormSubmitListener%3A%3A%

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