You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by bu...@apache.org on 2003/06/02 15:45:30 UTC

DO NOT REPLY [Bug 20417] New: - Attribute idName not declared for NestedRadioTag

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: struts-dev@jakarta.apache.org
        ReportedBy: Ludovic.Maitre@fr.oleane.com


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: struts-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-dev-help@jakarta.apache.org