form bean problems in scope

2003-03-31 Thread Dan Allen
I am having a real issue with the way that form beans are cached. If you create a form bean called myForm, visit the page, then change the form bean to MyForm and visit the page again, you will get a form bean retrieval error until you restart the whole container (not just the application in the

Bean problems

2002-12-26 Thread David Rothschadl
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

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 property

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 problems

Re: Bean problems

2002-12-26 Thread mxranga
] cc: 12/26/2002 11:34 Subject: Bean problems

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: html:form

Re: Bean problems

2002-12-26 Thread Daniel Jaffa
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, Error Message: No getter method for property geozoneID