Re: No getter method it sayes

2005-12-06 Thread Laurie Harper
Faisal Shoukat wrote: I get the following error when trying to load a jsp page: No getter method for property action of bean org.apache.struts.taglib.html.BEAN After looking through various postings it seems that this is to do with the getter method in the form bean however my form bean does ha

RE: No getter method it sayes

2005-12-06 Thread Scott Purcell
Does the jsp page use the in the form in question? -Original Message- From: Faisal Shoukat [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 06, 2005 11:12 AM To: Struts Users Mailing List Subject: RE: No getter method it sayes >From looking at my config it seems

RE: No getter method it sayes

2005-12-06 Thread Faisal Shoukat
To: Struts Users Mailing List Subject: RE: No getter method it sayes In the mapping for this jsp page, is the form configured properly under "name" and also referred to as an element under the element. I have seen that error before and it usually has something to do with the fact t

RE: No getter method it sayes

2005-12-06 Thread Scott Purcell
In the mapping for this jsp page, is the form configured properly under "name" and also referred to as an element under the element. I have seen that error before and it usually has something to do with the fact that it is not picking up your form from either request or session. If you do not