[seam-issues] [JBoss JIRA] (SEAMREST-49) String response not rendered by @ResponseTemplate

Jozef Hartinger (JIRA) issues at jboss.org
Wed Sep 2 08:16:09 EDT 2015


     [ https://issues.jboss.org/browse/SEAMREST-49?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jozef Hartinger reassigned SEAMREST-49:
---------------------------------------

    Assignee:     (was: Jozef Hartinger)


> 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, 3.1.0.Beta3, 3.1.0.Final
>            Reporter: 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 was sent by Atlassian JIRA
(v6.3.15#6346)


More information about the seam-issues mailing list