Hi everyone
i am trying to put the <mm:include> tag to work, but amexperiancing a minor
problem.
When i do this:
<mm:include page="somepage.jsp">
<mm:param name="name" value="whatever"/>
</mm:include>and in somepage.jsp i put <mm:import externid="name"/> <mm:write referid="name"/> the page outputs: [whatever, whatever] which i can't help finding odd... What am i dooing wrong?
