> From: as as [mailto:[EMAIL PROTECTED] 
> <html:select style="width:225px" property="selectedISBN">
> <html:optionsCollection property="books" value="selectedISBN"/>
> </html:select>
> Gives me error:
> javax.servlet.jsp.JspException: No getter method for property 
> books of bean org.apache.struts.taglib.html.BEAN

I think it's looking for a getBooks() method in your form bean, which
returns a Collection.  Is that where getBooks() really is?  Or is it a
session attribute?

-- 
Wendy Smoak
Application Systems Analyst, Sr.
ASU IA Information Resources Management 



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

Reply via email to