c:param (used inside c:import tag) does not work ------------------------------------------------
Key: PLUTO-497 URL: https://issues.apache.org/jira/browse/PLUTO-497 Project: Pluto Issue Type: Bug Affects Versions: 1.1.6 Environment: linux, jboss 4.3.2/tomcat, pluto 1.1.6 Reporter: Sandeep Dixit I have the following in test1.jsp <c:import url="/test2"> <c:param name="ptest' value ="param1"/> </c:import> on test2.jsp I have: ${param.ptest} However it is a null value. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.