[ 
https://issues.apache.org/struts/browse/WW-2841?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=46949#action_46949
 ] 

Christian Wolfgang Stone commented on WW-2841:
----------------------------------------------

This should work if you use the FreemarkerPageFilter included as part of the 
struts2-sitemesh plugin instead of the SiteMeshFilter provided by SiteMesh.  I 
have built a new FreemarkerPageFilter which is compatible with SiteMesh 2.4.2 
if you are interested.  It is currently submitted as a patch for the 2.2 
release of Struts 2.

Please see WW-3291 for more details...


> Sitemesh should share the custom freemarker Manager 
> ----------------------------------------------------
>
>                 Key: WW-2841
>                 URL: https://issues.apache.org/struts/browse/WW-2841
>             Project: Struts 2
>          Issue Type: Bug
>            Reporter: Sami Dalouche
>             Fix For: Future
>
>
> 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.
-
You can reply to this email to add a comment to the issue online.

Reply via email to