DO NOT REPLY [Bug 28380] - Dynamic attributes with non-alphanumeric chars in names do not work in classic tag handlers with pooling enabled

2004-04-14 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
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|NEW |RESOLVED
 Resolution||INVALID



--- Additional Comments From [EMAIL PROTECTED]  2004-04-14 17:30 ---
No idea what you are talking about.  Dynamic attributes in classic tag handlers?
 Also, Jasper does not make variables out of dynamic attributes.

Please supply a test case (in war) if you still have problems.

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



DO NOT REPLY [Bug 28380] - Dynamic attributes with non-alphanumeric chars in names do not work in classic tag handlers with pooling enabled

2004-04-19 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
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 
or  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]



DO NOT REPLY [Bug 28380] - Dynamic attributes with non-alphanumeric chars in names do not work in classic tag handlers with pooling enabled

2004-04-19 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
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|REOPENED|RESOLVED
 Resolution||FIXED



--- Additional Comments From [EMAIL PROTECTED]  2004-04-19 21:15 ---
Ah, so the bug covers that cases when there is a '.' or ':' in the attribute
names.  I was lead off track with the mention of dynamic attributes.

Fixed in CVS.

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