So, I\'m using freemarker templates with Struts2 to formulate my responses. However, since I\'m trying to use taconite as well, I need the response to be sent with the cont
Or, if you prefer annotations:
@Result(name=SUCCESS, location="...", params={"contentType", "text/html"})