Displaying 1 result from an estimated 1 matches for "816f7781".
Did you mean:
816781
2006 Jan 03
1
validating model without saving
Hi all,
I would like to validate my model without actually saving it to the
database.
Actualy I need it as follows:
User enters user details in a post form.
When the user submits the form I would like the form to be validated.
However, when validation passes, I don''t want to save the model yet, but I
would like to store it in Session context.
Is this possible at all? And if so, how