RE: java.lang.NoSuchMethodError: org.apache.struts.util.RequestUtils.getUserLocale

2011-07-05 Thread Subburaman, Sivakumar
: Struts Users Mailing List Subject: Re: java.lang.NoSuchMethodError: org.apache.struts.util.RequestUtils.getUserLocale I bet there's a Struts 1.1 library loaded with your application. Perhaps WAS 7 contains it in its application class loader. On Tue, Jul 5, 2011 at 1:29 PM, sivaks75 wrote:

Re: java.lang.NoSuchMethodError: org.apache.struts.util.RequestUtils.getUserLocale

2011-07-05 Thread Paul Benedict
I bet there's a Struts 1.1 library loaded with your application. Perhaps WAS 7 contains it in its application class loader. On Tue, Jul 5, 2011 at 1:29 PM, sivaks75 wrote: > Hi, > > I am using struts 1.3 and have developed the application in RAD (WAS7). > Everthing is looking good from local deve