I want Struts2 action to return different pages based on action suffix. I think it is possible to create a filter that wraps original request and changes URL the way that URL's with different suffixes will be mapped to different actions.
But this solution looks ugly and I'm curious is there any other way to do this.