Hi,

AFAIK all injected objects are passed as arguments to the constructor of the page/component class.

so if I use @InjectObject("service-property:...") the property will be read once and stored in the page class ! so if the property changes, and the injected object will not reflect any changes made since the construction of the page/component class, which, assuming one uses a pool, might be quite long...

is it really so, or did I understand this wrong and the injected object will actually always reflect any changes to the service's property?

Cheers,
Ron Piterman


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

Reply via email to