Re: controler problem

2009-03-11 Thread ibanez_nuke
you should write $this->redirect(array('controller' => 'age2controller', 'action' => 'actionpage2')); instead of $this->redirect('page2controller/actionpage2',null, true); On Wed, Mar 11, 2009 at 5:14 PM, Trandaburu Tiberiu Andrei < birli...@gmail.com> wrote: > > hi , i need some informations a

controler problem

2009-03-11 Thread Trandaburu Tiberiu Andrei
hi , i need some informations about how cake works, i have 2 models ,2 controls and 2 view pages with a form on both pages , when submit on first page i will go on the second page, i wrote in the controller : $this->redirect('page2controller/actionpage2',null, true); , but it still asks me if i cr