Re: Multiple Message Resources Files

2011-12-28 Thread Maithily
Thanks for the reply JB. I forgot to mention that I am using Struts version 1.1. Thanks, Maithily. On Wed, Dec 28, 2011 at 8:39 PM, Jeffrey Black wrote: > Forgive me for not fully understanding your question. > > Perhaps this link will help: > http://struts.apache.org/2.x/docs/localization.html

Re: Problem With Struts 2.3.1 and Testing Struts Portlet

2011-12-28 Thread Ɓukasz Lenart
Could you register an issue ? Looks like the problem is with PortletContext which it is not defined. To solve your problem override the method as below in the DefaultActionTest class: @Override protected ActionProxy getActionProxy(String uri) { ActionProxy actionProxy = super.getA

Re: Multiple Message Resources Files

2011-12-28 Thread Jeffrey Black
Forgive me for not fully understanding your question. Perhaps this link will help: http://struts.apache.org/2.x/docs/localization.html jb On Wed, Dec 28, 2011 at 12:49 AM, Maithily wrote: > Hi All, > > I am facing the following problem with the struts message resources files - > > - Our applica