My apologies if this is a duplicate. I waited at least 30 minutes after sending 
the confirming email.

On my form is a bean named member. I also have a select whose options are 
created by a method on member. When I access the method it appears that a new 
member is constructed when the optionsCollection is created.

I know that a bean exists on my form with the data I need, I use it to 
previously output values.

This is the syntax on my JSP page:

<html:select property="member.startYear">
   <html:optionsCollection property="member.displayYear" value="val" 
label="text"/>
</html:select>

What syntax should I use to cause it to use my existant bean instead of 
creating a new bean.

Thanks,
Dave



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to