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, users always find a way to use components the way they were not
> supposed to be used...
>
> Gabriel.
>
>
>
> igor.vaynberg wrote:
>>
>> 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
>>
>>
>
> --
> View this message in context: 
> http://www.nabble.com/AjaxEditableMultiLineLabel-doesn%27t-handle-huge-text-properly-tp24836790p24839058.html
> Sent from the Wicket - User mailing list archive at Nabble.com.
>
>
> -
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>

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



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 used...

Gabriel.



igor.vaynberg wrote:
> 
> 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
> 
> 

-- 
View this message in context: 
http://www.nabble.com/AjaxEditableMultiLineLabel-doesn%27t-handle-huge-text-properly-tp24836790p24839058.html
Sent from the Wicket - User mailing list archive at Nabble.com.


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



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:
>        Hi,
>
> I've got a panel with an AjaxEditableMultiLineLabel. When a user input a
> large text in it (more than 8 000 or 10 000 caracters) nothing happen. The
> textarea remains in edit mode.
> No javascript error is raised, but when I look in the ajax debug console,
> here's what I got :
>
> INFO: Invoking pre-call handler(s)...
> INFO: focus removed from id2d
> ERROR: Received Ajax response with code: 400
> INFO: Invoking post-call handler(s)...
> INFO: Invoking failure handler(s)...
>
>
> I've tried with wicket 1.3.6, 1.3.7 and 1.4.0 using IE 8 and firefox 3.5
>
> I've also the same behaviour with the wicket example application.
>
> Should I open a jira or is it normal?
>
> Gabriel.

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