Re: AjaxEditableMultiLineLabel doesn't handle huge text properly

2009-08-05 Thread Igor Vaynberg
On Wed, Aug 5, 2009 at 6:43 PM, TahitianGabriel wrote: > > JIRA open :  http://issues.apache.org/jira/browse/WICKET-2419 > http://issues.apache.org/jira/browse/WICKET-2419 > > You mean changing "wicketAjaxGet" by "wicketAjaxPost" for the "saveCall" on > the onblur event? yes -igor > > And yes, u

Re: AjaxEditableMultiLineLabel doesn't handle huge text properly

2009-08-05 Thread TahitianGabriel
JIRA open : http://issues.apache.org/jira/browse/WICKET-2419 http://issues.apache.org/jira/browse/WICKET-2419 You mean changing "wicketAjaxGet" by "wicketAjaxPost" for the "saveCall" on the onblur event? And yes, users always find a way to use components the way they were not supposed to be us

Re: AjaxEditableMultiLineLabel doesn't handle huge text properly

2009-08-05 Thread Igor Vaynberg
yes please do. i am going to guess that this is happening because those characters are sent back on the url via a GET, we should switch the label to use a POST instead. it was never intended for such large text blocks. patch is welcome also :) -igor On Wed, Aug 5, 2009 at 2:46 PM, wrote: >