Re: two resource bundles?!

2003-10-30 Thread Manish Singla
Try this.. // second bundle MessageResources res2 = (MessageRessource)request.getAttribute("prop2"). I assume you are not using struts modules. see following also... org.apache.struts.action.Action protected MessageResources getResources(javax.servlet.http.HttpServletRequest request, java.lang.St

RE: two resource bundles?!

2003-10-30 Thread Navjot Singh
not sure by might be Globals.MESSAGES_KEY + prop2 >-Original Message- >From: Otto, Frank [mailto:[EMAIL PROTECTED] >Sent: Thursday, October 30, 2003 6:01 PM >To: Struts-User (E-Mail) >Subject: two resource bundles?! > > >Hi, > >I have defined two properties files in my struts-config.xml

Re: two resource bundles?!

2003-10-30 Thread Ben Anderson
http://jakarta.apache.org/struts/api/org/apache/struts/action/Action.html#getResources(javax.servlet.http.HttpServletRequest,%20java.lang.String) http://marc.theaimsgroup.com/?l=struts-user&m=106641120427697&w=2 From: "Otto, Frank" <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List" <[EMAIL