Support JSONArray as a valid return type from AJAX event handlers
-----------------------------------------------------------------

                 Key: TAPESTRY-2286
                 URL: https://issues.apache.org/jira/browse/TAPESTRY-2286
             Project: Tapestry
          Issue Type: Improvement
          Components: tapestry-core
    Affects Versions: 5.0, 5.0.12
            Reporter: Chris Lewis
            Priority: Minor


I have an ajax handler that needs to return a list of json objects. It would be 
convenient if I could just return a JSONArray instance as I can a JSONObject, 
so I can easily return the list. According to the documentation 
(http://tapestry.apache.org/tapestry5/tapestry-core/guide/ajax.html) and the 
exception being thrown, this is not currently possible. For my case I have to 
wrap the response in a dummy object with a single member (the array of 
objects), to satisfy tapestry.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to