I have a Struts2 application where I using Tiles. How can I get multiple result types in action-mappings? because I need to set de output as JSON data, and Tiles simultaneous. I
create a new result type for Tiles+JSON & use it... you can't define 2 result types in a result tag.