You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by bu...@apache.org on 2002/04/09 22:29:09 UTC

DO NOT REPLY [Bug 7892] New: - Using Multiple Resource Bundles for an Application

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=7892>.
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=7892

Using Multiple Resource Bundles for an Application

           Summary: Using Multiple Resource Bundles for an Application
           Product: Struts
           Version: 1.1 Beta 1
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Enhancement
          Priority: Other
         Component: Unknown
        AssignedTo: struts-dev@jakarta.apache.org
        ReportedBy: chuckcavaness@attbi.com


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

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>