Hi,
just noticed that if I reload a page which has got information from previous page, that information is lost. Like something like this:
do {
cocoon.sendPageAndWait ("firstpage");
firstname=cocoon.request.get ("fname");
} while (firstname=="");
cont=cocoon.sendPageAndWait ("secondpage", {"fname" : firstname});
cont.invalidate();
cocoon.sendPage ("end");
firstpage asks name..
secondpage displays this information. If I make reload now, name disappers..
end -page displays something like "hello <name>".. and prevents reloading of that page by doing invalidating that continuation.
question is: how can I prevent this (losing information when doing reload when viewing "secondpage")?
Thanks, Joose
Cocoon: 2.1.3
-- "Always remember that you are unique, just like everyone else!" * http://iki.fi/joose/ * [EMAIL PROTECTED] * +358 44 561 0270 *
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
