Re: Problem with accessing form data

2011-02-22 Thread David Cole
$this->redirect(array('controller' => $controller, 'action' => $action, $id, 'named' => $named, 'named2' => $named2)); On Feb 22, 9:58 am, newguy wrote: > Hi > I have a simple form in my view where the user enters a 4 digit > numeral code, in the controller action am unable to access this code, >

RE: Problem with accessing form data

2011-02-22 Thread Krissy Masters
f newguy Sent: Tuesday, February 22, 2011 12:28 PM To: CakePHP Subject: Problem with accessing form data Hi I have a simple form in my view where the user enters a 4 digit numeral code, in the controller action am unable to access this code, it would be great if some one could tell me how to access

Problem with accessing form data

2011-02-22 Thread newguy
Hi I have a simple form in my view where the user enters a 4 digit numeral code, in the controller action am unable to access this code, it would be great if some one could tell me how to access this code in the action and then pass this code as a parameter to another controller action. ***For