> I've tried extending Form and adding "tag.put("method", "get")" in
> onComponentTag(..), but this doesn't work either. The page gets rendered as
> with form method="get" but submits won't work. Is this possible achieve?

It looks like you can override method 'getMethod' in your form and let
it return "get".

I actually think it is a bug that Wicket doesn't try to determine the
current value first. You mind opening up a JIRA issue for it?

Eelco

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

Reply via email to