Re: Bean problems

2002-12-26 Thread Daniel Jaffa
chadl" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Thursday, December 26, 2002 3:41 PM Subject: RE: Bean problems > > I have tried setting things up right, using all combinations that I can think of, but I still get the error, > >

RE: Bean problems

2002-12-26 Thread David Rothschadl
I have tried setting things up right, using all combinations that I can think of, but I still get the error, Error Message: No getter method for property geozoneID of bean org.apache.struts.taglib.html.BEAN Here is what I have now.. Relevant code from the JSP: blah, blah, blah, H

Re: Bean problems

2002-12-26 Thread mxranga
Try "geoZoneID" on your form. It is trying to look for "getGeozoneID( )" and "setGeozoneID( )" methods. Manju David Rothschadl

Re: Bean problems

2002-12-26 Thread Dan Tran
Your set/get method should be set/getGeozoneID Or change your JSP to set property as geoZoneID - Original Message - From: "David Rothschadl" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Thursday, December 26, 2002 11:34 AM Subject: Bean

RE: Bean problems

2002-12-26 Thread Karr, David
The property represented in your ActionForm is "geoZoneID", not "geozoneID". You have to make sure your case references match. > -Original Message- > From: David Rothschadl [mailto:[EMAIL PROTECTED]] > > Hello, > > I have created the action form that contains the getter > method for a