On Dec 16, 2007 1:18 PM, Jon Miller <[EMAIL PROTECTED]> wrote: > > Can anyone tell me how to achieve this change, as RequestAction > clearly doesn't work. I need to change it so that the form helper > (using the value function in helper.php) will populate, as it takes > its criteria from $this->data[$this->model][$this->field] and if it's > using the wrong model to start with, it's not going to populate the > form correctly.
Perhaps I am misunderstanding the problem you are trying to explain here. What you have is one section of your page that contains a form that someone can alter, right? Why not display the info as an element in your page and then use an Ajax submit to process the information? No need to mess around with RequestAction or anything like that as far as I can see. -- Chris Hartjes My motto for 2007: "Just build it, damnit!" @TheKeyboard - http://www.littlehart.net/atthekeyboard --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Cake PHP" 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 -~----------~----~----~----~------~----~------~--~---
