Hi
version 1.22
I am trying the run a form using requestAction, however the user input
($this->data) is being returned to the calling action when i submit
the form, which is preventing the form validation from running in the
requested action.
I call requestAction like this ..
$this->requestAction( array('controller' => $controller, 'action'
=> $action),
array('return')
);
I want the user input to be validated in the requested Action instaed
of being returned to the calling action
Incase you are wondering, I am trying to build a wordpress like
application with a central catch all controller for
easier routing of non admin pages.
Many thanks in advance
chris
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"CakePHP" group.
To post to this group, send email to [email protected]
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
-~----------~----~----~----~------~----~------~--~---