Hi I use Security component and I have a view like this: <?php e($form->create(NULL, array( 'url' => '/test/'))); ?> <div> <?php echo $form->input('testValue',array('name'=>'data[testValue]', 'id'=>'testValue','label' => '<strong>Test Value</strong>:','options' => $testValues)); ?> /div> <div class="unit lastUnit"> <?php e($form->end(__d('buttons',"Try",true))); ?> </div>
When I try to submit the form I get a white page. Can someone explain me what happens? Marco --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---