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