Hello All,

I'm using the (very nice!) jsonplugin version 0.31 and have a question re: excluding properties. If my action exposes a List of class instances and each of these instances contains a "name" property, what is the proper syntax for excluding that name property?

I expected something like:

<result type="json">
 <param name="excludeProperties">
   authorities.*\.name
 </param>
</result>

but this doesn't seem to work.  Can someone clarify for me?

Also, is there no way to mark fields w/in the action to be excluded via 
Annotations?

Thanks for the help!

--john



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

Reply via email to