Hi Friends,
Can you please help me how to implement printable decorator in sitemesh3
As in sitemesh 2 we do the following configuration
<decorator-mappers>
<mapper
class="com.opensymphony.module.sitemesh.mapper.PrintableDecoratorMapper">
<param name="decorator" value="printable" />
<param name="parameter.value" value="true" />
</mapper>
<decorator name="printable" page="/decorators/printable.jsp"/>
</decorator-mappers>
how to configure such thing in sitemesh3.
Thanks in advance!