String response not rendered by @ResponseTemplate
-------------------------------------------------
Key: SEAMREST-49
URL: https://issues.jboss.org/browse/SEAMREST-49
Project: Seam REST
Issue Type: Bug
Components: Templating
Affects Versions: 3.0.0.Final
Reporter: Jozef Hartinger
Assignee: Jozef Hartinger
{code:JAVA}
@Path("string")
@GET
@Produces("text/plain")
@ResponseTemplate("/string.ftl")
public String string()
{
return "Jozef";
}
{code}
won't be rendered. "Jozef" is returned instead.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
_______________________________________________
seam-issues mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/seam-issues