component inheritance

2006-03-24 Thread [EMAIL PROTECTED]
hi, Let's say i am creating a component B which inherits from component A, which is in a library , i have no access. public abstract class B extends A { } i change some methods in B etc. Now my question. In the component A there are many assets declared in .jwc How can i use these asset

page and component inheritance

2005-12-22 Thread Yunfeng Hou
It always troubled me when I need to extend an existing component, because I have to copy all the spec from the parent component. Not an OO way. And when I need my pages to have some properties or injected services in common, I have to duplicate the page spec again. Not good either. Thanks to hive