Well, that eliminates the the easy fixes, then. Hmm...
The only time I ever had something like that happen with my code was
with a password field that FireFox was autofilling with a stored
password. I fixed it by setting the autocomplete attribute to off in
my form tag, e.g.:
<form method="post" autocomplete="off" action="<?php echo $html->url('/
alumni/edit'); ?>">
I suppose it's worth a shot, if you really think it's something on the
client side.
On Jul 13, 9:27 am, "Feris Thia" <[EMAIL PROTECTED]> wrote:
> On 7/13/07, kionae <[EMAIL PROTECTED]> wrote:
>
>
>
> > Nothing in particular jumps out at me in the code... have you checked
> > to make sure that the form data is being stored in $this->data
> > properly when you submit? No extra or missing arrays within arrays?
>
> Hi kionae,
>
> No.. everything is okay. I try it again, and it seems to be on client
> side problem. As everytime I click edit and refresh the page, it
> returns the current value. Hm, what should I do to make sure the
> client (browser) always fetch the current value as I click the edit
> link.
>
> Thanks,
>
> Feris
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake
PHP" 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
-~----------~----~----~----~------~----~------~--~---