[ 
https://issues.apache.org/struts/browse/STR-2502?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=46372#action_46372
 ] 

Jim Manico commented on STR-2502:
---------------------------------

Martin, "The point is that Struts tags should not be allowed to generate HTML 
that does not conform to the HTML 4.01 spec." is not an accurate statement. 

What is more crucial is to provide a platform that helps developers meet 
today's application development needs. Security is also more important than 
standards.

Standards should be a guide, but to stick to them strictly hampers the Struts 
platform.

We need arbitrary attribution to solve web 2.0 and security needs, today. The 
fact that https://issues.apache.org/struts/browse/STR-2810 only allows for 
Autocomplete if you modify a production struts jar - well, this is harmful to 
good security. Basic, obvious, supported in every browser, entry level web 
security. 

> [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
>         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.

Reply via email to