I have some questions about this patch On Tue, 15 Apr 2003 03:21 am, [EMAIL PROTECTED] wrote: > + Project.setProjectOnObject(project, o);
Why is this a static method rather than a plain method like this: project.setProjectOnObject(o); Why don't we define an interface for all things that can have a Project instance (Projectable :-)) rather than using reflection? It could be applied to ProjectComponent. Conor