not it will not be possible to create components without passing in the parent.

can you not change your factory from newComponent() to newComponent(Component parent) ? and pass in the parent whenever you need a new component created?

-Igor


On 1/17/06, Kamil Rembalski <[EMAIL PROTECTED]> wrote:
Will it be possible to create components not bound to a specific parent container and bind them later, using setParent() or whatever? Or will the users be forced to have parent passed in every constructor?

It would make it harder to create component factories and practically impossible to define components in IoC...

I can't think of a situation where you need to move component from one parent to another, but this is a little bit different...

Reply via email to