On 8/9/05, Dave Newton <[EMAIL PROTECTED]> wrote: > Dave wrote: > > >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. > > > > > If you're using the standard Struts ActionForm mechanism then a new > ActionForm may be instantiated on each request (unless you've configured > it as a session-scoped form bean).
The default is actually session scope. You'd have to specify request scope if that's what you wanted your bean to be in. Hubert --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]