I'm not sure what the <nocache> trick is. I tried sticking <META Http-
Equiv="Pragma" Content="no-cache"> in my <head>, adding the hidden
field with a random value, and adding a random number as a parameter
to the end of my URL. I'm still getting the same outcome. What's
weird, even if $_POST isn't being populated, I can refresh Firefox,
and the popup box that says "The page you are trying to view contains
POSTDATA" comes up. So it has been posted to, but I think $this-data
is not being populated by cake for some reason. If we can somehow find
out why $this->data is not being populated, we can get to the bottom
of this.

Jon

On Sep 26, 5:56 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote:
> Okay, I tried using Galeon a few more times.
>
> 1) Enter "abc" / "def"
> 2) Submit
> 3) Page draws with post
> 4) Sumbit again.
> 5) Page draws with no post (clears fields)
> 6) Enter "abc" / "def"
> 7) Submit
> 8) Page draws with post
> 9) add "d" to the end of "abc"
> 10) Submit again
> 11) Page draws with post
>
> So maybe it is a cache thing.  maybe try the <nocache> trick
>
> And if all else fails try sticking this:
>
> <? unset($User['User']['random']); ?>
> <?= $html->hidden('User/random', random()) ?>
>
> in your form.  As that should change every time.
>
> Jeff


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

Reply via email to