You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pluto-dev@portals.apache.org by "Sandeep Dixit (JIRA)" <ji...@apache.org> on 2008/09/01 02:43:44 UTC

[jira] Created: (PLUTO-497) c:param (used inside c:import tag) does not work

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.