I'll open a jira issue tomorrow morning when I have a bit more time.

Do you have a clue what's might be causing the behavior? Perhaps I can work
my way around it somehow (like creating my own wicket version). I'd love for
this to work, otherwise we may be forced to switch to another framework.

Thanks


Eelco Hillenius wrote:
> 
>> 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]
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/How-to-use-form-method%3D%22get%22--tf4229581.html#a12041089
Sent from the Wicket - User mailing list archive at Nabble.com.


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

Reply via email to