[ https://issues.apache.org/struts/browse/STR-2502?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=46878#action_46878 ]
Paul Benedict commented on STR-2502: ------------------------------------ I agree with Jim. I no longer believe Struts tags have to support spec-compliant attributes only. It's time for opposition to be re-evaluated since Struts 2 doesn't adhere to this anyway. The best solution, as I see it, is to allow Struts tags to support spec-compliant attributes out of the box, but allow nested tag support to supply any additional ones. This would be a very good compromise. > [taglib] additional attributes for struts html tags > --------------------------------------------------- > > Key: STR-2502 > URL: https://issues.apache.org/struts/browse/STR-2502 > Project: Struts 1 > Issue Type: Improvement > Components: Tag Libraries > Affects Versions: Nightly Build > Environment: Operating System: other > Platform: Other > Reporter: Sven Rottenbiller > Priority: Minor > Fix For: Pending Review > > Attachments: AttributeTag.java, AttributeTag.java, > patch_struts_html_tld.txt, patch_struts_html_tld_v2.txt, > patch_struts_html_tld_v2.txt, patch_struts_tags.txt, patch_struts_tags_v2.txt > > > I have some changes for struts taglib to support additinal attributes (like > wrap for textarea). > <html:textarea name="test"> > <html:attribute name="wrap" value="hard"/> > </html:textarea> > results to > <textarea name="test" wrap="hard"> > Codebase is the nightly build from yesterday (05-16-2005) -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.