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

How to avoid ognl exception.

2013-11-10 Thread Yaragalla Muralidhar
Hi I have few form fields defined in my html but there is no corresponding property in action. I am purposefully not defining them. Why i am doing this is the same form can be submitted to two different actions based on the requirement. so one action needs few and the other action needs few form fi