Re: Page Inheritance

2013-01-17 Thread Michael Prescott
> Taha > > On Jan 17, 2013, at 7:57 PM, sommeralex wrote: > > > Hi! > > > > I have two questions concerning page inheritance: > > > > 1. > > What is the best way to implement page inheritance? (Since page variables > > may be protected too as a

Re: Page Inheritance

2013-01-17 Thread Taha Siddiqi
For template inheritance http://tapestry.apache.org/component-templates.html#ComponentTemplates-TemplateInheritance You should use the base package for base class. regards Taha On Jan 17, 2013, at 7:57 PM, sommeralex wrote: > Hi! > > I have two questions concerning page in

Page Inheritance

2013-01-17 Thread sommeralex
Hi! I have two questions concerning page inheritance: 1. What is the best way to implement page inheritance? (Since page variables may be protected too as a new feature.. this questions popped up..) Should (abstract) page classes reside in the same folders as the page itself or somewhere else