[ http://issues.apache.org/struts/browse/STR-559?page=all ]
Paul Benedict closed STR-559. ----------------------------- > Using Multiple Resource Bundles for an Application > -------------------------------------------------- > > Key: STR-559 > URL: http://issues.apache.org/struts/browse/STR-559 > Project: Struts 1 > Issue Type: Improvement > Components: Core > Affects Versions: 1.2.9 > Environment: Operating System: other > Platform: Other > Reporter: Chuck Cavaness > Assigned To: Paul Benedict > Priority: Minor > Fix For: 1.3.5 > > Attachments: 7892_diff.txt, 7892_explain.txt > > > When using multiple resource bundles for an application, there are some > issues > that make it tricky to create ActionErrors. Because you can only specifiy the > bundle for the ErrorsTag at the collection level, every ActionError object in > the collection must come from the same bundle. This is not a huge issue, but > limits the natural way an application may choose to setup it's bundles. > Wouldn't it be better if you specified the bundle for a key when creating the > ActionError object? This would allow you to have messages from various > bundles > within the ActionErrors collection. > Chuck -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/struts/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
