I have a package which contains many actions and it extends tiles-default package. Now I have a requirement that, These actions should return json result instead of tiles.
Can I use the same actions & package to return both types of result? Is there any way, the package extends both "json-default" and "tiles-default"?
<package name="deposit" namespace="/deposit" extends="tiles-default">
Please suggest.