Re: Continuations loosing state

2006-05-17 Thread Berin Loritsch
Simone Gianni wrote: Hi Berin, what do you mean with state? Could you post an example of code and point out the unexpected behaviour? I decided to work without them so the code is now gone.  However, as an example, I had an object called CountryHotTopics which had a list of tags and the

Re: Continuations loosing state

2006-05-17 Thread Simone Gianni
Hi Berin, what do you mean with state? Could you post an example of code and point out the unexpected behaviour? Simone Berin Loritsch wrote: > It seems that when I use continuations that it is losing a lot of > state. My method and environment sets up a lot of information, but > all of it is l

Continuations loosing state

2006-05-17 Thread Berin Loritsch
It seems that when I use continuations that it is losing a lot of state.  My method and environment sets up a lot of information, but all of it is lost every time I resume the continuation.  Yet with CForms it seems to save state properly.  What gives?  Is there some manual method of saving and