You'll - either have to use annotations if you're on Java 5. They're inherited correctly. - on Tapestry 3 you could include the common .jwc XML fragments as external entities starting with Tap4 this functionality is broken. A patch exists, if you want it you can vote on http://issues.apache.org/jira/browse/TAPESTRY-967
If your class X would be empty you are fine with Y. > -----Original Message----- > From: karthik G [mailto:[EMAIL PROTECTED] > Sent: Tuesday, January 09, 2007 3:15 PM > To: Tapestry users > Subject: Extending existing component and .page file > > 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 > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]