Réf. : Re: No getter method for property message

2002-11-07 Thread meissa . Sakho
is <[EMAIL PROTECTED]> on 07/11/2002 15:46:45 Veuillez répondre à "Struts Users Mailing List" <[EMAIL PROTECTED]> Pour :Struts Users Mailing List <[EMAIL PROTECTED]> cc : Objet : Re: No getter method for property message ok, now that I made a fool of myself wit

Réf. : RE: Réf. : Re: No getter method for property message

2002-11-07 Thread meissa . Sakho
ruts Users Mailing List" <[EMAIL PROTECTED]> cc : Objet : RE: Réf. : Re: No getter method for property message not sure if this matters, but there isn't a closing quote around the action definition in your form tag -Original Message- From: [EMAIL PROTECTED] [mailto:meis

RE: Réf. : Re: No getter method for property message

2002-11-07 Thread John Espey
ECTED]> Pour :"Struts Users Mailing List" <[EMAIL PROTECTED]> cc : Objet : Re: No getter method for property message Hello meissa, could you please mail your "/filterMails" action mapping, the corresponding form bean, and action form? Thursday, November 7, 2002,

Réf. : Re: No getter method for property message

2002-11-07 Thread meissa . Sakho
"Struts Users Mailing List" <[EMAIL PROTECTED]> cc : Objet : Re: No getter method for property message Hello meissa, could you please mail your "/filterMails" action mapping, the corresponding form bean, and action form? Thursday, November 7, 2002, 2:02:20 PM, you wro

Re: No getter method for property message

2002-11-07 Thread Melanie Harris
ok, now that I made a fool of myself with that last comment. I just thought of something. He also had a text tag with a property=blah... , but had not yet created an ActionForm with that property/attribute. That was likely the problem where we were getting the error. oh well, was one of the

Re: No getter method for property message

2002-11-07 Thread Melanie Harris
Meissa, Just so happens that another developer I work with was getting this same error yesterday so I went over and helped resolve the problem. This is going to sound strange and I have no good explination as to why this was causing the problem, but this is what worked. In a .jsp he had a .

Re: No getter method for property message

2002-11-07 Thread ajTreece
Meissa... From looking at your code your the jsp is getting it's form definition from the action="filterMails". I would guess that your form definition for fillterMails is not readMailForm If not otherwise specified, the required ActionForm is determined by the value you put in Later, a

Re: No getter method for property message

2002-11-07 Thread Postfach 4711
Hello meissa, could you please mail your "/filterMails" action mapping, the corresponding form bean, and action form? Thursday, November 7, 2002, 2:02:20 PM, you wrote: mSbf> I'm tearing my hair off about this very strange mSbf> error message. mSbf> here it is. mSbf> javax.servlet.ServletExcept

No getter method for property message

2002-11-07 Thread meissa . Sakho
I'm tearing my hair off about this very strange error message. here it is. javax.servlet.ServletException: No getter method for property targetDir of bean org.apache.struts.taglib.html.BEAN I get it when my jsp is called. it seems like my own form bean is not recognized even when I do define all