class X extends Y{} If component X extends an existing component Y by providing a new template X.html and adding additional property in X.jwc, are we required to copy the contents of Y.jwc into X.jwc?
If I dont include it, i run into errors. May be am missing some parameter here. How can i get a .page to extend from another base .page? Also , if Class X is empty do I need to create one in the first place ( am fine with Y)? I just need .page inheritance in addition to Java component inheritance. thanks, Karthik