In the documentation for the include tag I read that something like:
<jsp:include page="slideEvents.jsp" flush="true" >
<jsp:param name="BroadcastId" value="{parameterValue |
<%=BroadcastId%>}"/>
</jsp:include>
Should work...
This compiles / and runs... but the expression is never evaluated....
how does this work??
gr,
Peter
---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@(protected)
For additional commands, e-mail: tomcat-user-help@(protected)