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

JSP pages in XML syntax do not compile properly





------- Additional Comments From [EMAIL PROTECTED]  2002-10-09 16:57 -------
Sorry, I mispoke.  I checked with JSP spec lead and Andreas is right that
<jsp:attribut> cannot be used in the way I described, per JSP.5.10.  However,
this can be used instead.

        <jsp:element name="td">
            <jsp:attribute name="value:>
                <jsp:expression>foo</jsp:expression>
            </jsp:attribute>
        </jsp:element>

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

Reply via email to