On 4/30/08, Doug Donohoe <[EMAIL PROTECTED]> wrote:
>  Setting the action to the page URL doesn't quite work with default wicket
>  URLs since they pass information in the query string and browsers ignore
>  anything after the '?' in a GET action.

Huh? Query string encoding is how browsers submit forms using GET.
Wicket works just fine with that. You can retrieve the parameters
using the PageParameters page constructor (mount the page using a
QueryStringUrlCodingStrategy)

Martijn

-- 
Buy Wicket in Action: http://manning.com/dashorst
Apache Wicket 1.3.3 is released
Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.3.3

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to