On Wednesday, August 3, 2011 12:12:10 PM UTC-4, Ramos wrote:
>
> Ohhh,
>
> now i´m confused
> what is the diference between postform.vars and request.vars
>
request.vars includes the form variables that came in to the server via the
HTTP post request (before any validation or processing). form.vars are the
form variables added to the form object after running the accepts() method.
One difference is that form.vars includes the id of the inserted record. The
form.vars will also be the post-validation form values (which may differ
from the request.vars for validators that transform their input).
Anthony