That's correct for 3.0.x
For 4, you can use annotations only and get real inheritance.
Jamie
On Oct 3, 2005, at 1:56 PM, Jim Steinberger wrote:
Happy Monday!
Am I correct in stating that page-inheritence is possible with the
Java classes, but not the XML specification files?
For example, say I want every page in my application to have two
String properties: "message" and "error".
I could create an abstract base-class that defines abstract setters
for those two properties, and have all my pages extend that class.
However, I would still have to paste the same two specifications
for both properties in every single .page specification file, right?
I'm using Tapestry 3.0.3, by the way, but can upgrade to Tapestry 4
if necessary.
Thanks!
Jim Steinberger
Dynamic Edge, Inc.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]