this are the fragments: -view: <?php echo $form->hidden('collparamIDS',array('value'=> $paramTestcollparameterID));?> -edit action: $this->set('paramTestcollparameterID', $parameterTestcollparamID); -html code: <input type="hidden" name="data[Test][collparamIDS]" value="553,554,555,556" id="TestCollparamIDS" />
i´m loading all the hidden inputs in the same way, and accessing them the same way. i´m using VS.PHP so i can see all the parameters passed, and this one is missing. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to cake-php@googlegroups.com To unsubscribe from this group, send email to cake-php+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~----------~----~----~----~------~----~------~--~---