Hello All,
I'm having trouble getting the json-plugin 0.32 to behave as I'd
expected. The action is exposing a List of objects annotated as
"@JSON(name="items")" in the action.
I have my result configured as:
<result type="json">
<param name="excludeNullProperties">true</param>
<param name="includeProperties">
items.*\.name
</param>
</result>
However the returned JSON has all of the properties for the objects in
the list. Can someone please help me with what I'm doing wrong?
Thanks!
--john
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]