Hi, in trouble with <cms:include> + <cms:param var="myString">
Into included page this code return and empty string:
String path = (String )pageContext.getAttribute("param.path");
but
<c:out value="${param.path}"/>
returns right content.
I'm not much skilled, any suggestion ?
Many Thank,
Cesare