Re: ??? property naming convention problem

2004-12-14 Thread Kris Schneider
wrote: -Original Message- From: Kris Schneider [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 14, 2004 12:51 PM To: Struts Users Mailing List Subject: RE: ??? property naming convention problem Is that supposed to be some sort of bluff? What do variable names have to do with bean propertie

Re: ??? property naming convention problem

2004-12-14 Thread Andrew Hill
Sure is mate!. Its all in the javabean specs This post should enlighten you further: http://marc.theaimsgroup.com/?l=struts-user&m=98900256403524&w=2 And for another getter/setter 'gotcha' you can read this thread through http://marc.theaimsgroup.com/?l=struts-user&m=102696975022454&w=2 hth Andrew

RE: ??? property naming convention problem

2004-12-14 Thread Jim Barrows
> -Original Message- > From: Kris Schneider [mailto:[EMAIL PROTECTED] > Sent: Tuesday, December 14, 2004 12:51 PM > To: Struts Users Mailing List > Subject: RE: ??? property naming convention problem > > > Is that supposed to be some sort of bluff? What do vari

RE: ??? property naming convention problem

2004-12-14 Thread Kris Schneider
Quoting Jim Barrows <[EMAIL PROTECTED]>: > > > -Original Message- > > From: Kris Schneider [mailto:[EMAIL PROTECTED] > > Sent: Tuesday, December 14, 2004 10:45 AM > > To: Struts Users Mailing List > > Subject: RE: ??? property naming convention

RE: ??? property naming convention problem

2004-12-14 Thread Kandula, Sunita
me",firstNameIn); } Here firstName is a property of MyBean that can be used in a jsp : -Original Message- From: Jim Barrows [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 14, 2004 1:28 PM To: Struts Users Mailing List Subject: RE: ??? property naming convention problem >

RE: ??? property naming convention problem

2004-12-14 Thread Kris Schneider
Quoting Jim Barrows <[EMAIL PROTECTED]>: > > -Original Message- > > From: Daniel Perry [mailto:[EMAIL PROTECTED] > > Sent: Tuesday, December 14, 2004 7:52 AM > > To: Struts Users Mailing List; [EMAIL PROTECTED] > > Subject: RE: ??? property naming conv

RE: ??? property naming convention problem

2004-12-14 Thread Jim Barrows
> -Original Message- > From: Kris Schneider [mailto:[EMAIL PROTECTED] > Sent: Tuesday, December 14, 2004 10:45 AM > To: Struts Users Mailing List > Subject: RE: ??? property naming convention problem > > > Quoting Jim Barrows <[EMAIL PROTECTED]>:

Re: ??? property naming convention problem

2004-12-14 Thread Kris Schneider
from ECoupon->getECoupon and > therefore > > eCoupon->geteCoupon > > > > However the spec doesnt say that this should be a reversible process, so > why > > not eCoupon->getECoupon > > > > Daniel. > > > > > >>-Original

RE: ??? property naming convention problem

2004-12-14 Thread Jim Barrows
> -Original Message- > From: Daniel Perry [mailto:[EMAIL PROTECTED] > Sent: Tuesday, December 14, 2004 7:52 AM > To: Struts Users Mailing List; [EMAIL PROTECTED] > Subject: RE: ??? property naming convention problem > > > This is confusing. The bean spec /

Re: ??? property naming convention problem

2004-12-14 Thread Sebastián Gorgo
Vinod Easaw Varghese wrote: Hi, I have a textbox in a JSP whose property has been named as eCoupon. I have created the necessary ActionForm with the necessary setter and getter methods such as setECoupon and getECoupon. When I run submit the form within the corresponding JSP I get the er

RE: ??? property naming convention problem

2004-12-14 Thread Daniel Perry
n->getECoupon Daniel. > -Original Message- > From: Andrew Hill [mailto:[EMAIL PROTECTED] > Sent: 14 December 2004 14:01 > To: Struts Users Mailing List > Subject: Re: ??? property naming convention problem > > > Sure is mate!. Its all in the javabean specs >

Re: ??? property naming convention problem

2004-12-13 Thread Andrew Hill
oupon->geteCoupon However the spec doesnt say that this should be a reversible process, so why not eCoupon->getECoupon Daniel. -Original Message- From: Andrew Hill [mailto:[EMAIL PROTECTED] Sent: 14 December 2004 14:01 To: Struts Users Mailing List Subject: Re: ??? property naming conv