From: "dsarris" <[EMAIL PROTECTED]> > I am trying to use the <html:select> tag with the > <html:optionscollection> tag. > Do I have to put the collection property inside the form bean of the > form that contains the <html:select>?
The docs say if you leave off the 'name' attribute, the framework will look to the enclosing form bean. So use 'name' to tell it which bean to use. Is there a reason to use <html:optionsCollection> over <html:options collection="..."> ? Just curious, I use the second one: <html-el:select property="type"> <html-el:options collection="contactTypes" property="key" labelProperty="value"/> </html-el:select> (Where contactTypes is a Map sitting in Application scope.) -- Wendy Smoak --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]