[
https://issues.apache.org/jira/browse/TAPESTRY-2286?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Howard M. Lewis Ship closed TAPESTRY-2286.
------------------------------------------
Resolution: Fixed
Fix Version/s: (was: 5.0)
5.0.15
> 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
> Assignee: Howard M. Lewis Ship
> Priority: Minor
> Fix For: 5.0.15
>
> Attachments: jsonarray-response.patch,
> JSONArrayEventResultProcessor.java
>
>
> 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]