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=17559>. 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=17559 key attribute for tiles (put & item) Summary: key attribute for tiles (put & item) Product: Struts Version: 1.1 RC1 Platform: All OS/Version: All Status: NEW Severity: Enhancement Priority: Other Component: Tiles framework AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] It would be convenient to implement proper i18n in tiles if the put & item tags had a "key" attribute. This way, one could specify a bundle key instead of a value to be used for a tile attribute. And example would be as foolows: <definition name="master" page="/layouts/master.jsp"> <put name="title" key="webapp.title"/> </definition> This way, when the attribute "title" is resolved, it does so by accessing the key in the message resources bundle. This could also be convient in the SimpleMenuItem for an item tag <item key="link.home" link="/home.jsp"/> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]