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

dynamic-attributes in tag file is broken

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|WORKSFORME                  |



------- Additional Comments From [EMAIL PROTECTED]  2003-10-31 03:49 -------
i am reopening this bug because the problem still persists.
the following are the jsp and tag files:

*************test.jsp***************
<%@ taglib prefix="t" tagdir="/WEB-INF/tags" %>
<t:test length="50" a="1" b="2"/>


*************test.tag***************
<%@ tag dynamic-attributes="otherAttribtues" %>
<%@ taglib prefix="c" uri="http://java.sun.com/jstl/core_rt"%>
<%@ attribute name="length" %>

<input size="${length}"/>
<br/>
otherAttributes:
<c:forEach var="attr" items="${otherAttributes}">
        ${attr.key}="${attr.value}"
        <br/>
</c:forEach>

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

Reply via email to