I’m receiving this error using Tomcat 4.1 and Struts 1.0

„javax.servlet.ServletException: No getter method available for property
vendors for bean under name null” 

I’m using the <html:options> tag this way:

<html:select name="someForm" property="vendorID">
   <html:options name="someForm" property="vendorsIndex"
labelProperty="vendors"/>
</html:select>

Since formbean „SomeForm“ is reused from another context it is
explicitly initialized and set to the session in the ActionClass defined
in the <html:form>  tag of this JSP.

Funny thing is if I’m doing <bean:write name="someForm"
property="vendors" /> in the same JSP I see the complete list of
vendors.

Any suggestions?


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

Reply via email to