You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by cretzel <ma...@gmail.com> on 2010/09/29 16:36:52 UTC

AjaxEditableLabel uses wicketAjaxGet

It seems like AjaxEditableLabel uses wicketAjaxGet to send the input. This
might cause errors if the input is too large for a GET request. Maybe it
should better be wicketAjaxPost?
-- 
View this message in context: http://apache-wicket.1842946.n4.nabble.com/AjaxEditableLabel-uses-wicketAjaxGet-tp2719139p2719139.html
Sent from the Users forum mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: AjaxEditableLabel uses wicketAjaxGet

Posted by cretzel <ma...@gmail.com>.
Stupid me. Thx.
-- 
View this message in context: http://apache-wicket.1842946.n4.nabble.com/AjaxEditableLabel-uses-wicketAjaxGet-tp2719139p2719168.html
Sent from the Users forum mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: AjaxEditableLabel uses wicketAjaxGet

Posted by Martin Grigorov <mg...@apache.org>.
Then maybe you should use AjaxEditableMultiLineLabel (textarea behind) ;-)
This is supposed to bring more data.

On Wed, Sep 29, 2010 at 4:36 PM, cretzel <ma...@gmail.com> wrote:

>
> It seems like AjaxEditableLabel uses wicketAjaxGet to send the input. This
> might cause errors if the input is too large for a GET request. Maybe it
> should better be wicketAjaxPost?
> --
> View this message in context:
> http://apache-wicket.1842946.n4.nabble.com/AjaxEditableLabel-uses-wicketAjaxGet-tp2719139p2719139.html
> Sent from the Users forum mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
>
>