> Yes, the child beans will get created if they are configured as managed > properties of the parent bean. Be careful about the lifetimes though; if > your parent bean has a scope of session, but your child bean a scope of > request, the setter for that managed property is only called when the > parent is instantiated.
Won't faces complain in this case? I thought I tried this once to see what would happen and faces required the lifetimes be logically consistent. > Kalle sean

