How can I see the all meta data available in the current decorator in SiteMesh?
- by codeninja
Obviously this doesnt seem to work
<decorator:getProperty property="meta" default=""/>
In an include I have a tag
<meta name="author" content="Jane Reeves" />
I want to see that decorator.meta.author is set, and I want to see what else is in decorator.meta
but nothing I do seems to work