dave wrote:
> 
> On Sat, 15 Jul 2000, you wrote:
> > I dont want to use the user object in my app so is there another way to
> > do it?
> 
>  data.getSession().putValue("myobject", obj);

data.getSession().setAttribute("myobject",obj) is better since it is not
deprecated.


------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Search: <http://www.mail-archive.com/turbine%40list.working-dogs.com/>
Problems?:           [EMAIL PROTECTED]

Reply via email to