You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2002/10/11 14:03:36 UTC

DO NOT REPLY [Bug 13536] New: - Erroneous code generated for jsp:param when request-time attribute value is used

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13536>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13536

Erroneous code generated for jsp:param when request-time attribute value is used

           Summary: Erroneous code generated for jsp:param when request-time
                    attribute value is used
           Product: Tomcat 4
           Version: 4.1.12
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Jasper 2
        AssignedTo: tomcat-dev@jakarta.apache.org
        ReportedBy: karel.sprenger@hp.com


The code generated for the following jsp:params block inside a jsp:plugin 
element:

  <jsp:params>
    <jsp:param name="scp" value="<%= scp %>" />
    <jsp:param name="demoMode" value="<%= demoMode %>" />
    <jsp:param name="wsdlURL" value="<%= wsdlURL %>" />
    <jsp:param name="wsProxy" value="<%= wsProxy %>" />
  </jsp:params>

does not use the *value* of the four variables but instead has 'value= scp', 
i.e. the *name* of the variable without double quotes.

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>