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

Marek Schmidt (Updated) (JIRA) jira-events at lists.jboss.org
Thu Oct 6 08:03:16 EDT 2011


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

Marek Schmidt updated SEAMREST-49:
----------------------------------

    Affects Version/s: 3.1.0.Beta3
      Forum Reference: http://seamframework.org/Community/SeamRESTJAXRSResponseTemplate#comment165171  (was: http://seamframework.org/Community/SeamRESTJAXRSResponseTemplate#comment165171)

    
> 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
>            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.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the seam-issues mailing list