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 <html:form action="xxx">


Later, aj



[EMAIL PROTECTED] wrote:

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
thins in my config file.

here is the definition in the struts config file

<form-bean name="readMailForm"
type="com.bpam.mail.forms.ReadingMailForm"/>

<action path="/initReception"
name="readMailForm"
type="com.bpam.mail.actions.CreateReceptionAction"
scope="request"
validate="false">
<forward name="success" path="/admReception.jsp"/>
</action>

the form bean class contains simple String attributes.

in my jsp, the form is defined like this :
<html:form action="/filterMails">
<html:hidden property="taskAction" value="save"/>
<table border="0" width="90%" align="center" CELLPADDING="0" CELLSPACING=
"1" border="0" cla"form">


<tr height="40">
<td width="3%">&nbsp;</td>
<td><bean:message key="libelle.repertoire"/></td>
<td>
<html:text property="targetDir" size="30" maxlength=
"50"/>&nbsp;*
</td>
</tr>
</table>
</html:form>

when I call them in admReception.jsp, I get error message above saying that the
targetDir has no getter method. what' wrong.




I've searching the all archive list, but there is nothing similar to my problem.

if someone can help .

Meissa






--
To unsubscribe, e-mail: <mailto:struts-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:struts-user-help@;jakarta.apache.org>



--
To unsubscribe, e-mail:   <mailto:struts-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:struts-user-help@;jakarta.apache.org>

Reply via email to