How can I assign a bean message, for example: <bean:message key="leftmenu.dailyreport"/>
to a JSP
parameter? I tried:
<jsp:include page="/pages/common/common006-tabmenu.jsp" flush="true">
<jsp:param name="upperMenu1" value=<bean:message key="leftmenu.dailyreport"/> >
</jsp:param>
</jsp:include>
But it does not work.