Hey,

I want to use a sitemesh property obtained by the tag <decorator:getProperty property="paramName" /> within a Struts2 tag to make a special include dynamically controllable by the decorated content page. But as we all know a nested tag like

<s:include value="<decorator:getProperty property="paramName" />" />

won't work. Now my question:
What alternative do I have to achieve what I want (if there is a possibility at all) ?

I'm using Struts 2.0.14 with the sitemesh-plugin and neither Freemarker nor Velocity, just simple JSPs.


Thanks in advance,
Christian

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

Reply via email to