Actually allSerials is a list of MyBean .... so it says : javax.servlet.jsp.JspException: No getter method for property allSerials of bean org.apache.struts.taglib.html.BEAN ... what should I do?
---------- Initial Header ----------- >From : "Gary Feidt" [EMAIL PROTECTED] To : user@struts.apache.org Cc : Date : Thu, 16 Feb 2006 06:03:46 -0600 Subject : Re: <html:options> problem > I usually use the html:optionsCollection tag: > > <html:optionsCollection property="allSerials" value="id" > label="pathName"/> > > Gary > > >>> [EMAIL PROTECTED] 2/16/2006 5:33:29 AM >>> > Hi all I have a problem loading persisted values in <html:options> > tag. > I have > <html:select property="seriale" size="1" > > <html:options collection="allSerials" property="id" > labelProperty="pathName"/> > </html:select> > > where allSerials is a list of Beans with getter and setter methods. > I use a dynaAction form but I cannot load properly the value persisted > in the db. > I typed dynaActionFrom.get("seriale") and it is the proper value but > the tag does not load it. > Any idea? > Regatds > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > __________________________________ > > Confidentiality Statement: > This email/fax, including attachments, may include confidential and/or > proprietary information and may be used only by the person or entity to which > it is addressed. If the reader of this email/fax is not the intended > recipient or his or her agent, the reader is hereby notified that any > dissemination, distribution or copying of this email/fax is prohibited. If > you have received this email/fax in error, please notify the sender by > replying to this message and deleting this email or destroying this facsimile > immediately. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]