Please change your code part from:

               } else { pr('this->data not set!'); }

to

               } else {
                  pr('this->data not set!');
                  pr($this->data);
              }

So that we may be sure that $this->data is not set with anything
Enjoy,
   John

On 29 Nov., 22:18, amfriedman <amfried...@gmail.com> wrote:
> Irrelevant for two reasons:
>
> - I wrote that I already tried with the form model set to 'User'
> - Manual says it is fine to do this (see the first yellow 
> box):http://book.cakephp.org/view/1384/Creating-Forms
>
[snip]

Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en

Reply via email to