This question comes up periodically.. If someone has a nice pulltool they would like to donate for 2.4 that would be great!
Eric > -----Original Message----- > From: Jeffrey D. Brekke [mailto:[EMAIL PROTECTED] Behalf Of Jeffrey > D. Brekke > Sent: Thursday, October 30, 2003 4:20 AM > To: Turbine Users List > Subject: Re: persisting objects in context across requests > > > > Session level pull tools are what would work best. They've been in > Turbine since pull tools were introduced way back. > > >>>>> On Thu, 30 Oct 2003 09:37:50 +1100, Scott Eade > <[EMAIL PROTECTED]> said: > > > brian wrote: > >> Is there a way to save an object in the > >> (org.apache.velocity.context.Context) for longer than the current > >> page request, so it may retrieved from a different template page > >> later? > >> > > You cans tore the object in User.Temp: data.getUser().setTemp("ref", > > object); data.getUser.getTemp("ref"); > > > In 2.3 you can also configure and use the SessionData pull tool and > > use this to store objects in the session. > > > Scott > > > -- Scott Eade Backstage Technologies Pty. Ltd. > > http://www.backstagetech.com.au > > > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: > > [EMAIL PROTECTED] > > -- > ===================================================================== > Jeffrey D. Brekke [EMAIL PROTECTED] > Wisconsin, USA [EMAIL PROTECTED] > [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]
