>>>>> "Adam" == Adam Sherman <[EMAIL PROTECTED]> writes:

    Adam> I'm getting:
    Adam> JasperException: No getter method for property name of bean
    Adam> org.apache.struts.taglib.html.BEAN

    Adam> My tag is actually a subclass of org.apache.struts.taglib.html.OptionsTag.

    Adam> I don't mess with the "name" property or define it in my tld. (My tag sets
    Adam> up the parent tag without any parameters.)

    Adam> So, first, what is "BEAN"?

    Adam> And, second, what is causing my error?

You'd have better luck asking this on the struts-user list.

The value of "org.apache.struts.taglib.html.BEAN" is what is used if the "name"
attribute is not specified.  As the documentation for the "options" tags says,
if you don't specify it, it will use the name of the ActionForm bean specified
in your "form" tag.

The error message states there is no "name" property on the specified bean.

--
===================================================================
David M. Karr          ; Java/J2EE/XML/Unix/C++
[EMAIL PROTECTED]   ; SCJP; SCWCD

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".

Some relevant archives, FAQs and Forums on JSPs can be found at:

 http://java.sun.com/products/jsp
 http://archives.java.sun.com/jsp-interest.html
 http://forums.java.sun.com
 http://www.jspinsider.com

Reply via email to