DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=29379>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=29379 Support JSTL's param tag Summary: Support JSTL's param tag Product: Struts Version: 1.1 Final Platform: All OS/Version: All Status: NEW Severity: Normal Priority: Other Component: Custom Tags AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] I require the functionality requested in bug #21986, and realized that coding every HTML attribute would become a large task. There are also many Struts' tag attributes that exist only to pass through to the HTML, without being used by the tag. I propose that custom tag bodies be allowed to contain param tags, whos name/value pairs will be added as attributes to the enclosing HTML. That way you can deprecate some of the attributes that you now support, and any attributes that are required can be in the generated HTML, even ones that may only apply to a custom DTD. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]