You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by Martin Grigorov <mg...@apache.org> on 2012/12/04 10:17:58 UTC

Re: understanding ajax response

see https://issues.apache.org/jira/browse/WICKET-4881


On Fri, Nov 30, 2012 at 8:23 PM, Martin Grigorov <mg...@apache.org>wrote:

> I see a solution for this case.
> If you can provide a quickstart app then please attach it to a ticket in
> our Jira so I can test with it.
>
>
> On Fri, Nov 30, 2012 at 7:45 PM, saty <sa...@gmail.com> wrote:
>
>> Below  is a part of overall response, the error in this run is:
>>
>> [13:33:14.799] Wicket.Ajax: Wicket.Ajax.Call.processEvaluation: Exception
>> evaluating javascript: InternalError: too much recursion, text:
>>
>> Wicket.Ajax.ajax({"f":"form371","u":"./?2-5.IBehaviorListener.0-homePageTabs-panel-pricingPropertyTabs-panel-fitlerGridPanel-snapshotGridForm-snapshotGrid-form-bodyContainer-body-row-2-item-checkBox-checkbox","e":"click","c":"checkbox383","pre":[function(attrs){window.setTimeout(function(){this.checked=!this.checked}.bind(this),0);null}],"m":"POST"});
>>
>> Also included this portion under <evaluate>...
>>
>>
>> <ajax-response>
>>
>> <component id="snapshot_date3ed">
>> ...
>> </component>
>> <component id="snapshotGrid3e6">
>> .
>> .
>> .
>>
>> </component>
>> <header-contribution encoding="wicket1">
>> .
>> .
>> .
>> </header-contribution>
>> <priority-evaluate>
>>
>>   </priority-evaluate>
>> <priority-evaluate>
>>
>>  </priority-evaluate>
>>
>>   </priority-evaluate>
>> <priority-evaluate>
>>
>>   </priority-evaluate>
>> .
>> .
>> .
>> .
>> .
>> <evaluate encoding="wicket1">
>>
>>   </evaluate>
>>
>>  <evaluate encoding="wicket1">
>>
>>   </evaluate>
>> <evaluate>
>>   </evaluate>
>> <evaluate encoding="wicket1">
>>
>>   </evaluate>
>> <evaluate encoding="wicket1">
>>
>>   </evaluate>
>> <evaluate>
>>
>>   </evaluate>
>> <evaluate encoding="wicket1">
>>
>>   </evaluate>
>> .
>> .
>> .
>> .
>> .
>> </ajax-response>
>>
>>
>>
>> --
>> View this message in context:
>> http://apache-wicket.1842946.n4.nabble.com/understanding-ajax-response-tp4654310p4654393.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
>>
>>
>
>
> --
> Martin Grigorov
> jWeekend
> Training, Consulting, Development
> http://jWeekend.com <http://jweekend.com/>
>
>


-- 
Martin Grigorov
jWeekend
Training, Consulting, Development
http://jWeekend.com <http://jweekend.com/>

Re: understanding ajax response

Posted by Martin Grigorov <mg...@apache.org>.
The patch is applied.
Will be part of 6.4.0


On Tue, Dec 11, 2012 at 9:48 PM, saty <sa...@gmail.com> wrote:

> I also notice performance improvement (significant in my case) with this
> fix.
>
>
>
> --
> View this message in context:
> http://apache-wicket.1842946.n4.nabble.com/understanding-ajax-response-tp4654310p4654715.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
>
>


-- 
Martin Grigorov
jWeekend
Training, Consulting, Development
http://jWeekend.com <http://jweekend.com/>

Re: understanding ajax response

Posted by saty <sa...@gmail.com>.
I also notice performance improvement (significant in my case) with this fix.



--
View this message in context: http://apache-wicket.1842946.n4.nabble.com/understanding-ajax-response-tp4654310p4654715.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: understanding ajax response

Posted by saty <sa...@gmail.com>.
Great!! this certainly solves our problem. Tested with very large Ajax
response (evaluate scripts), works fine so far.
Does the wicket-core 6.4.0 release have this change? 

Thanks





--
View this message in context: http://apache-wicket.1842946.n4.nabble.com/understanding-ajax-response-tp4654310p4654714.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: understanding ajax response

Posted by Martin Grigorov <mg...@apache.org>.
Did the patch solve the issue for you ?


On Mon, Dec 10, 2012 at 7:58 PM, saty <sa...@gmail.com> wrote:

> Thanks, do you still need a quick start app to look into this, sorry i was
> occupied in other pressing needs but i can try one if required.
> On a different note, the problem seem to be only with Firefox 17 and 18,
> for
> some reason there are no issues in older versions ( i tested with 12 and
> 14)
> for my particular case.
>
>
>
> --
> View this message in context:
> http://apache-wicket.1842946.n4.nabble.com/understanding-ajax-response-tp4654310p4654658.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
>
>


-- 
Martin Grigorov
jWeekend
Training, Consulting, Development
http://jWeekend.com <http://jweekend.com/>

Re: understanding ajax response

Posted by saty <sa...@gmail.com>.
Thanks, do you still need a quick start app to look into this, sorry i was
occupied in other pressing needs but i can try one if required. 
On a different note, the problem seem to be only with Firefox 17 and 18, for
some reason there are no issues in older versions ( i tested with 12 and 14)
for my particular case.



--
View this message in context: http://apache-wicket.1842946.n4.nabble.com/understanding-ajax-response-tp4654310p4654658.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