I'm using the JSON plugin to manage my actions that require JSON response as well as the convention plugin. However, I've Googled until my eyes were about to find out and couldn't find the answer to this question:
Can the @ParentPackage annotation accept more than one argument (i.e. both "struts-default" and "json-default")? Currently I'm creating a separate action just for handling JSON methods and would prefer not to. Jason