Thanks for your suggestions....i only really find it hard to learn without examples. Is there already an example application for tapestry4, like the petshop or hispacta ?
> --- Ursprüngliche Nachricht --- > Von: Norbert Sándor <[EMAIL PROTECTED]> > An: "Tapestry users" <[email protected]> > Betreff: Re: .page file for BasePage > Datum: Fri, 8 Jul 2005 12:04:33 +0200 > > 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] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
