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

Unable to specify jsp expression as an attribute value using JSP XML Syntax

           Summary: Unable to specify jsp expression as an attribute value
                    using JSP XML Syntax
           Product: Tomcat 4
           Version: 4.0.2 Final
          Platform: All
        OS/Version: Other
            Status: NEW
          Severity: Major
          Priority: Other
         Component: Unknown
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


In Section JSP.5.3.11 of the JSP 1.2 Specification, it says that "%= expression
%" is the form to use for specifying an request-time attribute value using XML
Synatx.  The JSP Syntax card also shows this form in the sections for include,
useBean, forward, etc.

I tried the following and just cannot get it to work.
I apologize in advance if this is a syntax issue on my part.

<input type="text" name="host" value="%= hostname%" />

I will attach the entire JSP.

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to