Re: requestAction (v1.22) - User input being returned to calling action, preventing form validation

2009-03-25 Thread Chris
ive just realised my mistake. I should have been running the form as an element rather than requestAction as i dont want to return the form data to the calling action my bad On Mar 23, 6:26 pm, Max Granados gatt...@gmail.com wrote: Well, I think I don't undestand very well what are you

requestAction (v1.22) - User input being returned to calling action, preventing form validation

2009-03-23 Thread Hoddy
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 ..

Re: requestAction (v1.22) - User input being returned to calling action, preventing form validation

2009-03-23 Thread Max Granados
Well, I think I don't undestand very well what are you trying to do, I use requestAction in an proyect Im working. $results = $this-requestAction('/diferentController/function/'. $parameter); and in that function I validate and work with the info, as a tip requestAction doesn't accept or return