Have you debugged/tested that when you perform an 'edit' the data is
actually posted to the correct url ? Another I would verify is that in the
controller method the code actually executes at the save() method ...

On Fri, Sep 18, 2009 at 7:27 AM, Sarah <[email protected]> wrote:

>
> I am not redirecting after an unsuccessful state, I only reset two of
> the fields to empty strings.  The url is the same.
>
> Any ideas?
>
> Thanks,
> ~Sarah
>
> On Sep 17, 8:29 pm, "Dr. Loboto" <[email protected]> wrote:
> > Don't do redirect after unsuccessful save, be sure that form URL is
> > same as your edit action. Presence of data in fields may indicate only
> > browser forms cache.
> >
> > On Sep 17, 11:30 am, Sarah <[email protected]> wrote:
> >
> > > I've searched the forum, and I can't find any posts that correspond to
> > > my question...unfortunately I haven't had much luck with the manual
> > > either.
> >
> > > I have user add and edit forms.  In my add form the proper validation
> > > errors show as they supposed to.  However, in the edit form the errors
> > > do not show (the page does not validate/save, the page reloads with
> > > the data still stored in the form fields, but there are no errors
> > > messages).
> >
> > > Any idea why the errors show for one but not the other?
> >
> > > Thanks in advance,
> > > ~Sarah
> >
> > > (I understand that you can use FormHelper options to override the
> > > error message, but this isn't what I want.)
> >
>

--~--~---------~--~----~------------~-------~--~----~
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