Re: spring struts 2: Unexpected Exception caught setting 'lang' on 'class com.sun.proxy.$Proxy164

2017-08-02 Thread Rubens Gomes
:49 AM To: Struts Users Mailing List Subject: Re: spring struts 2: Unexpected Exception caught setting 'lang' on 'class com.sun.proxy.$Proxy164 Hi, seems to me like a issue with spring setup. Can you share that? Regards, Christoph > From: Rubens Gomes <rubens_go...@hotmail.com&

Re: spring struts 2: Unexpected Exception caught setting 'lang' on 'class com.sun.proxy.$Proxy164

2017-07-31 Thread Christoph Nenning
Hi, seems to me like a issue with spring setup. Can you share that? Regards, Christoph > From: Rubens Gomes <rubens_go...@hotmail.com> > To: "user@struts.apache.org" <user@struts.apache.org>, > Date: 30.07.2017 22:54 > Subject: spring struts 2: Unexpected

spring struts 2: Unexpected Exception caught setting 'lang' on 'class com.sun.proxy.$Proxy164

2017-07-30 Thread Rubens Gomes
I am using the Spring + Struts 2 Plugin, and I am getting an error from the Struts2 ParameterInteceptor (see below) when setting request parameters sent on the URL. My Actions are being created by the Spring factory. And I *do* have the proper properties setters in my class (see below). In