On 13.04.2007 13:43, Franziska Witzani wrote:
@Joerg: what you said about the difference between values of variables and references to objects is true for saving them in the PageLocal-Object. In Continuations Flowscript-Variables seem to be only referenced as well.
They might be stored as their object counterparts and not as primitive types. That would explain it at least.
This proves this little sample:
The Variable "guesses" works as a counter and is not set back if you're navigating backwards with Continuations. But using the PageLocal-object solves my problem.
Can you show the sample with PageLocal. I'm just interested and haven't used it yet.
And I have another question: How can I serialize the contents of a CForms-Datamodel which you get >from formObject.getModel() Into the PageLocal-Object?
What's your actual goal here? To restore the complete data model? I don't know what formObject.getModel() actually returns. But if these are objects, only references can be stored.
Joerg --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
