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|REOPENED                    |RESOLVED
         Resolution|                            |WORKSFORME



------- Additional Comments From [EMAIL PROTECTED]  2003-10-31 20:25 -------
Sorry, but it still works for me.

At least I didn't get the compilation errors you did.  Your test case still
didn't run, but that's because there is a typo in your code.  it should be

<%@ tag dynamic-attributes="otherAttributes" %> instead of
<%@ tag dynamic-attributes="otherAttribtues" %>

With that change, everything works as expected.

Of course, I am running on Solaris, not Linux, but they should behave the same. 
If you still have those compilation errors, then you'll need to do some
debugging on your own.  Can you look at the generated file for test.tag (i.e.
test_tag.java) and see if setDynamicAttribute is properly defined there?

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

Reply via email to