I have three message resources defined in struts-config.xml:
<message-resources parameter="ErrorMessageResources" key="errors"/>
<message-resources parameter="ApplicationMessageResources"/>
<message-resources parameter="InfoMessageResources" key="info"/>
In web.xml, I define a context parameter as follows,
<context-param>
<param-name>javax.servlet.jsp.jstl.fmt.localizationContext</param-name>
<param-value>ApplicationMessageResources</param-value>
</context-param>
Questions:
(1). Can I define more than message resources in context param?
(2). In jsp, how do I access these three message resources?
I am using JBoss 4.1 and Struts 1.2.4.
_________________________________________________________________
Express yourself instantly with MSN Messenger! Download today - it's FREE!
http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]