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/08/15 21:23:08 UTC

DO NOT REPLY [Bug 11742] - jsp:attribute with a non string body

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

jsp:attribute with a non string body





------- Additional Comments From prasad.subramanian@sun.com  2002-08-15 19:23 -------
Oops...
The JSp has a small problem:
it should read as 
<%@taglib uri="/WEB-INF/JSPAttTL.tld" prefix="att" %>
<%@page import="java.util.*" %>
<jsp:useBean id="depts" class="tlitertag.OrgList" />
<att:list name="dept"  >
<jsp:attribute name="entity" >
${depts.organization}
	</jsp:attribute>

<jsp:body>
<%=pageContext.getAttribute("dept") %>
</jsp:body>
</att:list>

The problem nevertheless exists

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