Re: T5 Chenillekit: @OnEvent problem with JSONObject/JSONArray

2009-04-15 Thread leechj
This will be my last post on this as I was able to find a solution!! My problem was related to this: https://issues.apache.org/jira/browse/TAP5-469 A workaround in that link is given that fixes the issue. Hopefully this will help anyone else out experiencing the same thing I was. leechj wr

Re: T5 Chenillekit: @OnEvent problem with JSONObject/JSONArray

2009-04-15 Thread leechj
Okay I found out that it's not the amount of elements in the Array, but how big the entire object is total. Is there something in the request or response I need to look into to change the allowable size of what gets returned from an ajax call when using this mixin? leechj wrote: > > My problem

T5 Chenillekit: @OnEvent problem with JSONObject/JSONArray

2009-04-14 Thread leechj
Hi All, I'm trying to utilize the OnEvent Mixin to dynamically change the data in a SelectBox when a user clicks a RadioButton. In the function that is annotated by OnEvent, I return a JSONArray with values and descriptions to populate my SelectBox. My problem is that if the JSONArray is larger