DO NOT REPLY [Bug 24091] - dynamic-attributes in tag file is broken

2003-10-31 Thread bugzilla
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]



DO NOT REPLY [Bug 24091] - dynamic-attributes in tag file is broken

2003-10-30 Thread bugzilla
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]



DO NOT REPLY [Bug 24091] - dynamic-attributes in tag file is broken

2003-10-24 Thread bugzilla
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





--- Additional Comments From [EMAIL PROTECTED]  2003-10-24 10:14 ---
*** Bug 24090 has been marked as a duplicate of this bug. ***

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



DO NOT REPLY [Bug 24091] - dynamic-attributes in tag file is broken

2003-10-24 Thread bugzilla
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

   Severity|Blocker |Major

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