I have two abstract component base classes A and B in the base package. B inherits from A. I have methods literally named "setupRender" in both. I notice that B's setupRender is called but not A's. *However*, if I rename A's setupRender() to some other name and annotate it with @SetupRender, both methods are called and in the correct order.
There are probably numerous permutations of renaming, annotating, etc. But the problem is illustrated. -- Bill @ PeoplePad --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]