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=20417>. 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=20417 Attribute idName not declared for NestedRadioTag Summary: Attribute idName not declared for NestedRadioTag Product: Struts Version: 1.1 RC1 Platform: All OS/Version: Other Status: NEW Severity: Normal Priority: Other Component: Custom Tags AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] The tld struts-nested.tld does not declare the attribute idName for the NestedRadioTag. If there is no hidden problem, one could add the idname attribute to the radio definition in the struts-nested tld : <tag> <name>radio</name> <tagclass>org.apache.struts.taglib.nested.html.NestedRadioTag</tagclass> ... <!-- add this --> <attribute> <name>idName</name> <required>false</required> <rtexprvalue>true</rtexprvalue> </attribute> </tag> I have tested to add this declaration, it works, but i haven't read carefully the source code of NestedRadioTag and RadioTag for seeing if there is potential problems to use this attribute in a nested context. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]