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 than 3 elements, I get a
client side error message stating: "Error Communication with the server:
response is undefined" 

For some reason, after I return my JSONArray and before my client function
is called, something decides that it isn't going to write my JSONArray to
the response if the array contains more than 3 elements... If it only has 3
or less elements, everything works fine!

Can anyone help me? Thanks in Advance!

-- 
View this message in context: 
http://www.nabble.com/T5-Chenillekit%3A-%40OnEvent-problem-with-JSONObject-JSONArray-tp23046971p23046971.html
Sent from the Tapestry - User mailing list archive at Nabble.com.


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

Reply via email to