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/01/02 21:37:57 UTC

DO NOT REPLY [Bug 5666] New: - Implicit object _value on jsp pages

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=5666>.
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=5666

Implicit object _value on jsp pages

           Summary: Implicit object _value on jsp pages
           Product: Tomcat 4
           Version: 4.0.1 Final
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Minor
          Priority: Other
         Component: Jasper
        AssignedTo: tomcat-dev@jakarta.apache.org
        ReportedBy: steve.downey@netfolio.com


Jasper emits the line String  _value = null; as one of the implicit objects 
available to jsp pages (i.e. out, config, application). However, it's not one 
of the defined objects, nor is it in the jsp implementation namespace (jsp, 
_jsp, jspx, _jspx). 

It also doesn't seem to be used anywhere for anything.

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