On my form is a bean called member. member has a method that returns an optionsCollection. The first value in the collection should start at a value specified another property of member. However, it appears that a new member object is being created instead of the pre-existing one on my form. This is the syntax I'm using:
<html:select property="member.startYear"> <html:optionsCollection property="member.displayYear" value="val" label="text"/> </html:select> What syntax will cause me existant bean to be used instead of a new being constructed? (I have very good reason to believe that the property I'm interested on my bean is properly there since it appears on the form with the correct value). TIA, Dave --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]