If you have the following in your struts-config.xml:
<message-resources parameter="ApplicationResources"/>
<message-resources key="CHANNELS_RESOURCE_KEY"
parameter="ApplicationResourcesChannels" null="false"/>
how do you access the second one from an action???
MessageResources messages = getResources(request);
Returns only the first one.
Thanks in advance
**********************************************
Juan Alvarado
Internet Developer -- Manduca Management
(786)552-0504
jalvarado@manduca.com
AOL Instant Messenger: juan2000@aol.com
--
To unsubscribe, e-mail: <mailto:struts-user-unsubscribe@jakarta.apache.org>
For additional commands, e-mail: <mailto:struts-user-help@jakarta.apache.org>
|