Look into using the fmt:setBundle tag.
Eric Chow wrote:
Hello,
In struts-conf.xml, we can define more than one Message Resources:
<message-resources parameter="macausms" null="false"/>
<message-resources key="country"
parameter="eric.share.web.tag.countrylist" null="false"/>
<message-resources key="sexlist"
parameter="eric.share.web.tag.sexlist" null="false"/>
In JSTL, I have to add a <context-param> .... </context-param> for use
in <fmt:message .../>
How can I defein JSTL to use Struts' message resources setting without
setting the context-param in web.xml ???
Eric
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]