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