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

HTML taglib requires message-resources unnecessarily

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |RESOLVED
         Resolution|                            |LATER



------- Additional Comments From [EMAIL PROTECTED]  2002-08-09 00:24 -------
Like many things in Struts, MessageResources is an interface that can be
implemented in a variety of ways.  The default implementation
(PropertyMessageResources), uses the parameter value to construct the name of s
properties file to be loaded (after concatenating the Locale info in the
appropriate place).  However, this all happens on demand when you ask for a
message -- there is no a priori way for the framework to know whether the passed
parameter value is actually valid or not, because it doesn't know of any
particular key that is required to be present.

We can look at improving the MessageResources interface in a version of Struts
after 1.1 - probably in conjunction with a migration to the commons-resources
package instead of using an internal-to-Struts-only interface for this.

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to