No. Initialize is called only once during a component's lifecycle. If the component is poolable it will be reused again and again for different requests. Everytime getting a different object model passed in via the setup() method.
-- Unico > -----Original Message----- > From: toto [mailto:[EMAIL PROTECTED] > Sent: vrijdag 31 oktober 2003 19:42 > To: users > Subject: Initializing components > > Hello, > > question : when the initialize() method is called has the > objectModel already been given to the component ? > > thanks > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
