目前,我正在为我的装饰器尝试自定义属性,以获取特定模板的其他javascript文件。在我的装饰师中,我尝试过使用:
<sitemesh:write property='div.testcontent' />
在我的JSP中,我尝试过:
<div class="testcontent">
TEST CONTENT
</div>
我相信我需要在sitemesh3.xml文件中添加一些内容才能使其正常工作。我看到人们使用过:
<content-processor>
<tag-rule-bundle class="org.sitemesh.content.tagrules.html.DivExtractingTagRuleBundle" />
</content-processor>
但我不确定如何正确地做到这一点。任何建议,将不胜感激!