On Fri, 18 Dec 2009 13:58 +0100, "Lukas Renggli" <renggli(a)gmail.com>
wrote:
Normally components should preserve the state
automatically. Every
embedding +mycomponent+ gets its own instance that will be cached
until the session expires. I'll look into this as soon as possible.
Thanks Lukas.
Having the instance cached during the session sounds like the behaviour
I'd have expected to get by default, so it's good to know that is indeed
how things are supposed to be.
To avoid misunderstanding for anyone reading, I'll point out that this
potential bug is not the total answer to my original post. Essentially,
how do I get my component instances (or at least certain parts of their
state) to persist *beyond* the session, in much the same way as a newly
created page will persist?
Cheers,
Nick