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]
