John Cartwright wrote:
Thanks for your suggestion Andras. Strangely that approach is not working for me. Ideally, I'd like to have the option of different fields included for different actions w/ in the same package.

You can do that by configuring the interceptor on a per-action basis:

<action ...>
  <interceptor-ref name="your-stack">
    <param name="json.excludeProperties">the value</param>
  </...>
</...>

Assuming the excludeProperties stuff works at all, of course.

Dave

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

Reply via email to