hi! How to set the Html 'value' attribute from a sfWidgetFormInputHidden
i mean, $a = new sfWidgetFormInputHidden(); how can i do somthing like $a->setValue($myValue); so ,when i print the $form (echo $form) the html printed result as next: ...... <input type="hidden" id="myId" value="myValue"> ...... Thanks a lot -- You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/symfony-users?hl=.
