[
https://issues.apache.org/struts/browse/STR-2502?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Paul Benedict updated STR-2502:
-------------------------------
Fix Version/s: Pending Review
Assignee: Paul Benedict
> [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
> Assignee: Paul Benedict
> 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.