From: Katana <ka...@ka...> - 2004-05-22 12:50:47
|
> 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 ? Katana |