Keep in mind that when you redirect in PHP think of this as a new
request and separate process.  As soon as you redirect you're exiting.

Anything you want from this->set() you need to either pass or pass
relevant information to do the $this->set() on the destination
controller / action.

On Jul 14, 12:20 am, Inam <[EMAIL PROTECTED]> wrote:
> Hi everybody ..
> I am using cakephp 1.1.19 currently . The problem i m having if i set
> some variable using this->set() and then redirect to some page, the
> variable is not available there. So what i want is to send some data
> back to the redirected page. IN java this was achieved by
> RequestDispacher which filled http response. Kindly guide me how to
> achive the desired functionality in cakephp
> Thanks.
--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to