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
Answered my own question:
Use the following code at the type of the template:
${response.setContentType("text/xml")}