Re: Form fields after bad submit

2008-12-04 Thread krishna
I think the $this->data is getting null after the submission. Check the $this->data. Regards, Krishnan Nair = Cake Bake --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to

Re: Form fields after bad submit

2008-12-04 Thread Al
Thanks Adam, I forgot to reply back with my success. I ended up rebaking the view and things were fine after that. I can't remember what I had messed up with my coding, but hopefully this will help another noob. al On Nov 2, 3:23 am, Adam Royle <[EMAIL PROTECTED]> wrote: > Make sure you post bac

Re: Form fields after bad submit

2008-11-02 Thread Adam Royle
Make sure you post back to the same action the form is on, and you aren't redirecting between when the validation error occurs and the re- display of the form. Cheers, Adam On Nov 2, 8:55 am, Al <[EMAIL PROTECTED]> wrote: > Hi, > I'm using Cake 1.2 RC3. > > In a signup form after a submit, (afte