See this answer from Johan maybe two days ago on the same question:
http://www.nabble.com/Simple-GET-based-stateless-form-to20535056.html#a20536810

-- 
Jeremy Thomerson
http://www.wickettraining.com

On Tue, Nov 18, 2008 at 6:15 AM, Anatoly Kupriyanov <[EMAIL PROTECTED]>wrote:

> I have a simple search form. with query text field "q" and "go"
> button. I do the form method=get and stateless (as search form shd be
> I guess).
> The url becomes:
>
> http://127.0.0.1:8080/site/search/wicket:interface/:20:design:search::IFormSubmitListener::/?search7c_hf_0=&..%2F..%2F..%2F..%2Fclient%2Fsearch%2Fwicket%3Ainterface%2F%3A30%3Adesign%3Asearch%3A%3AIFormSubmitListener%3A%3A%2F=&q=word
>
> What can I do to make it more RESTful?
>
> PS: wicket v1.4-rc1
>
> --
> WBR, kan.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

Reply via email to