[opencms-dev] How to send a parameter to the "<cms:contentcheck>" tag ? Please.. easy question
Sebastian Lavena
slavena at mkti.com.ar
Wed Oct 4 23:03:53 CEST 2006
Hi list,
I´m trying to send a parameter to the "cms:contentcheck" tag, like
this:
<% String myParameter = "Test";
pageContext.setAttribute("myParameter", myParameter ); %>
<cms:contentcheck ifexist="${pageContext.MyParameter}">
...
</cms:contentcheck>
And did not work.. I also tried ${MyParameter}, replacing
${pageContext.MyParameter}. But nothing...
Somebody knows how to do it?
Thanks a lot!!
Sebastian
More information about the opencms-dev
mailing list