DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=28380>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=28380

Dynamic attributes with non-alphanumeric chars in names do not work in classic tag 
handlers with pooling enabled

[EMAIL PROTECTED] changed:

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



------- Additional Comments From [EMAIL PROTECTED]  2004-04-19 11:11 -------
Yes.
I have my own tag handler that implement DynamicAttributes interface, say
public class ComponentTag extends TagSupport implements
javax.servlet.jsp.tagext.DynamicAttributes {
public synchronized void setDynamicAttribute(String uri, String localname,
Object o) throws JspException {}
}

registered as myTagLib:myTag.

When I try to call <myTagLib:myTag myTagLib:myTagAttribute="attrvalue"/>
or <myTagLib:myTag style.width="100%"/> I am getting an exception from javac
that can't create tag pool variable in JSP class with "style.width" or
"myTagLib:myTagAttribute" string in it's name.

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

Reply via email to