Re: OGNL is used to call action's methods

2014-12-16 Thread Lukasz Lenart
2014-12-16 14:54 GMT+01:00 Alireza Fattahi : > Yes I am using the convention plugin !!Well, will this be fixed, or we should > try the suggested workaround ?! ~Regards, > ~~Alireza Fattahi It's going to be fixed but please check the workaround to confirm. Regards -- Łukasz + 48 606 323 122 htt

Re: OGNL is used to call action's methods

2014-12-16 Thread Alireza Fattahi
Yes I am using the convention plugin !!Well, will this be fixed, or we should try the suggested workaround ?! ~Regards, ~~Alireza Fattahi From: Lukasz Lenart To: Struts Users Mailing List Sent: Tuesday, 16 December 2014, 11:02 Subject: Re: OGNL is used to call action's methods

Re: OGNL is used to call action's methods

2014-12-15 Thread Lukasz Lenart
some sample codes > or a sample application. ~Regards, > ~~Alireza Fattahi > From: Lukasz Lenart > To: Struts Users Mailing List > Sent: Monday, 15 December 2014, 17:04 > Subject: Re: OGNL is used to call action's methods > > 2014-12-15 13:59 GMT+01:00 Alireza

Re: OGNL is used to call action's methods

2014-12-15 Thread Alireza Fattahi
. Hope I could describe what I mean ;) If you like I can send some sample codes or a sample application. ~Regards, ~~Alireza Fattahi From: Lukasz Lenart To: Struts Users Mailing List Sent: Monday, 15 December 2014, 17:04 Subject: Re: OGNL is used to call action's methods 2014-

Re: OGNL is used to call action's methods

2014-12-15 Thread Lukasz Lenart
2014-12-15 13:59 GMT+01:00 Alireza Fattahi : > I checked and it was no same method name. Do you suggest I check other places > too ~Regards, > ~~Alireza Fattahi Check inheritance tree - it was known problem Regards -- Łukasz + 48 606 323 122 http://www.lenart.org.pl/ -

Re: OGNL is used to call action's methods

2014-12-15 Thread Alireza Fattahi
I checked and it was no same method name. Do you suggest I check other places too ~Regards, ~~Alireza Fattahi From: Lukasz Lenart To: Struts Users Mailing List Sent: Monday, 15 December 2014, 15:51 Subject: Re: OGNL is used to call action's methods 2014-12-15 13:17 GMT+

Re: OGNL is used to call action's methods

2014-12-15 Thread Lukasz Lenart
2014-12-15 13:17 GMT+01:00 Alireza Fattahi : > I used below strategy for error manager: > All actions can throw exception.There is a Error Manager Interceptor which > catch all exceptions and convert them to a json message and return it. > try {return invocation.invoke();