RE: html:options list source question

2003-07-14 Thread Craig Berry
: Wendy Smoak [mailto:[EMAIL PROTECTED] Sent: Sunday, July 13, 2003 9:22 PM To: 'Struts Users Mailing List' Subject: RE: html:options list source question Craig Berry wrote: The jsp page contains an html:form section linked via action mapping to the EditDeForm type. In it, there is a select

html:options list source question

2003-07-13 Thread Craig Berry
After much googling and head-scratching, I finally have an html:options tag working on a jsp. The problem is that I don't know why one component of the solution is needed, and I was hoping someone can explain it to me. My ActionForm subclass, EditDeForm, has a pair of methods to provide the

RE: html:options list source question

2003-07-13 Thread Wendy Smoak
Craig Berry wrote: The jsp page contains an html:form section linked via action mapping to the EditDeForm type. In it, there is a select/options section that looks like this: html:select property=numFmt html:options collection=numFmtOptions property=value labelProperty=label/