HI ,
Please add following lines into your sitemesh3.xml file and Div based extraction will work as expected
<?xml version="1.0" encoding="UTF-8"?>
<sitemesh>
<content-processor>
<tag-rule-bundle class="org.sitemesh.content.tagrules.html.DivExtractingTagRuleBundle" />
</content-processor>
<mapping path="/*" decorator="/decorators/main.jsp" />
</sitemesh>
on your jsp page use the following code
<sitemesh:write property='div.content_section' />
I hope that this will help you.
if you implemented printable decorator or paramater based decorator in sitemesh 3 please share your code snippet for the same.
Regards,
Ashish Chudasama