If I didn't misunderstand you...
If you want to make a persistent property which is accessible from multiple
pages then
- in tap4 use a session scope ASO
http://jakarta.apache.org/tapestry/UsersGuide/state.html#state.aso and
inject them into the pages where it is needed
- in Tap3 put it in your visit object instead of pages OR
- you can make a common base class for the pages where the property is
needed and implement the persistent property functionality "by hand"
(Tapestry.fireObservedChange())
Br,
Norbi
----- Original Message -----
From: <[EMAIL PROTECTED]>
To: "Tapestry users" <[email protected]>
Sent: Friday, July 08, 2005 11:46 AM
Subject: .page file for BasePage
How do I declare persistent properties for a BasePage
once so that it will be the same as if I declare it in every single .page
file?
How can I do that at all within a BasePage.java class ?
There is no file for that to specify properties........
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]