Re: How to avoid ognl exception.

2013-11-11 Thread Yaragalla Muralidhar
too much re factoring also confuses and makes it a great burden for maintainers. If it is a simple 2-3 form fields that i am not using then let them be there. It is because the 2-3 fields that are not used in one action will be used in another action for the same form. we have different modes. in "

Re: How to avoid ognl exception.

2013-11-11 Thread Antonios Gkogkakis
why don't you refactor your form and extract common functionality, so you don't have unused fields being submitted. You or whoever maintains your code will thank you some day. Antonios On 11 November 2013 06:02, Yaragalla Muralidhar wrote: > Ya but if i don't do anything why should i have unne

Re: How to avoid ognl exception.

2013-11-10 Thread Yaragalla Muralidhar
Ya but if i don't do anything why should i have unnecessary setters in my action. I am not arguing but it does not make sense to have just setters which does nothing. *Thanks and Regards,* Muralidhar Yaragalla. *http://yaragalla.blogspot.in/ * On Sun, Nov 10, 2013

Re: How to avoid ognl exception.

2013-11-10 Thread Dale Newfield
"No-op" means "no operation", or "do nothing". -Dale > On Nov 10, 2013, at 11:28 AM, Yaragalla Muralidhar > wrote: > > I am not sure what "op" means but i don't have setters for those properties > and even the properties itself are not there. > > *Thanks and Regards,* > Muralidhar Yaragalla. >

Re: How to avoid ognl exception.

2013-11-10 Thread Yaragalla Muralidhar
I am not sure what "op" means but i don't have setters for those properties and even the properties itself are not there. *Thanks and Regards,* Muralidhar Yaragalla. *http://yaragalla.blogspot.in/ * On Sun, Nov 10, 2013 at 9:54 PM, Dale Newfield wrote: > And/or

Re: How to avoid ognl exception.

2013-11-10 Thread Dale Newfield
And/or add no-op setters in your actions. -Dale > On Nov 10, 2013, at 11:22 AM, umeshawas...@gmail.com wrote: > > Set dev mode false and this shd go > Sent from BlackBerry® on Airtel > > -Original Message- > From: Yaragalla Muralidhar > Date: Sun, 10 Nov 2013 21:50:03 > To: Struts Use

Re: How to avoid ognl exception.

2013-11-10 Thread Yaragalla Muralidhar
Ok. Thank u so much. *Thanks and Regards,* Muralidhar Yaragalla. *http://yaragalla.blogspot.in/ * On Sun, Nov 10, 2013 at 9:52 PM, wrote: > Set dev mode false and this shd go > Sent from BlackBerry® on Airtel > > -Original Message- > From: Yaragalla Mura

Re: How to avoid ognl exception.

2013-11-10 Thread umeshawasthi
Set dev mode false and this shd go Sent from BlackBerry® on Airtel -Original Message- From: Yaragalla Muralidhar Date: Sun, 10 Nov 2013 21:50:03 To: Struts Users Mailing List Reply-To: "Struts Users Mailing List" Subject: How to avoid ognl exception. Hi I have few form fields defined