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 property geozoneID, but when I try to run my 
> project on the local server, I keep getting the error message:
> 
> Error Message: No getter method for property geozoneID of 
> bean org.apache.struts.taglib.html.BEAN
> 
> Here is the code for my actionForm: 

> public String getGeoZoneID() 
> {return this.geozoneID;}
> 
> public void setGeoZoneID(String geozoneID) 
> {this.geozoneID = geozoneID;}

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to