Are you using FormHelper to create your form elements? If you do, for example:

echo $form->input('Post')

... the helper will add the value of the element based upon $this->data.

If you are using the helper, maybe you should post your controller and
view code.

On Fri, Aug 7, 2009 at 6:56 PM, leafchild<[email protected]> wrote:
>
> I have a page with form.
>
> If user entered name, address,,,and ,all kinds of information and
> submit but there is mistakes such as not entered email
> properly and came back to form page with error message. How can I keep
> the entered value user entered properly.
>
> Currently in my form page, if user has an error, all the entered value
> are gone and user has to entered everything.
>
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to