From: David <da...@df...> - 2004-05-22 13:19:44
|
On Sat, 22 May 2004 14:56:42 +0200 Katana <ka...@ka...> wrote: > > The suggestion about autoSave brought me to one idea: > > why not auto-save the form data whenever a form is submitted and use > > save() only for saving the data in the session? > Hmmm... but what's the difference between "auto-saving form data" and > "saving data in the session" ? There is no other data container that the > session is there ? Or do you just mean change Formsess::getValue() so > that it does not take the values from the session but from the form data > itself ? Yes. (you might want to read my email again). ;) |