On 3/28/06, Michael Heinen <[EMAIL PROTECTED]> wrote: > Do you see also any issues when I mark the field transient and check in the > getter whether the instance is null and reinitialize it if necessary?
Michael, That is probably a better way to handle this situation. You could also skip the getter and simply accept whatever value is provided by the setter if you are not manually creating the component.

