[ 
https://issues.apache.org/jira/browse/WW-2841?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Lukasz Lenart resolved WW-2841.
-------------------------------

       Resolution: Fixed
    Fix Version/s:     (was: 2.3.1)
                   2.2.1

Already solved with WW-3291
                
> Sitemesh should share the custom freemarker Manager 
> ----------------------------------------------------
>
>                 Key: WW-2841
>                 URL: https://issues.apache.org/jira/browse/WW-2841
>             Project: Struts 2
>          Issue Type: Bug
>            Reporter: Sami Dalouche
>             Fix For: 2.2.1
>
>
> How to reproduce :
> - Define a custom freemarker manager (in spring, for instance, called 
> "customFreemarkerManager")
> <constant name="struts.freemarker.manager.classname" 
> value="customFreemarkerManager" />
> - Use sitemesh
> in any page's view, 
> <#assign test="value" />
> in Sitemesh decorator :
> ${test}
> => it will fail, since sitemesh and struts do not share the same freemarker 
> manager.
> Struts should configure sitemesh freemarker page filter to use the same 
> freemarker manager by default, or if impossible, should document how to share 
> it.
> (is it even possible to share the freemarker manager ??)
> regards,
> sami dalouche

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to