Re: [Resin-interest] question about persistancy

2006-09-26 Thread Riccardo Cohen
Hi, I'd like to know if you could find a solution to my persistency problem. Thanks Sam wrote: >> Date: Tue, Sep 19, 2006 at 07:16:00PM +0200 >> Subject: Re: [Resin-interest] question about persistancy >> >> with pleasure.here it is >> thanks for your help >

Re: [Resin-interest] question about persistancy

2006-09-18 Thread Riccardo Cohen
Thanks for your quick response. I've added in config : always-save-session this way : and also in jsp : session.setAttribute("cur",cur);//will save the data when the color is changed. The color is still not saved correctly. I prefer to use setAttribute to save the session, for perfo

Re: [Resin-interest] question about persistancy

2006-09-18 Thread Scott Ferguson
On Sep 18, 2006, at 6:25 AM, Riccardo Cohen wrote: > Hi > In my application, I found that persistance did now work always. > The first session info is > correcly stored, but not after a change. > So I made a little application that demonstrate that. And it > appears that a simple string > is

[Resin-interest] question about persistancy

2006-09-18 Thread Riccardo Cohen
Hi In my application, I found that persistance did now work always. The first session info is correcly stored, but not after a change. So I made a little application that demonstrate that. And it appears that a simple string is correctly stored, while an object containing a hashtable is only st