Hi all,
I (still) use Symfony 1.0 and I use the form classes from the 1.1 branch in it. Now I want to configure a select double list using sfWidgetFormSelectDoubleList. My question: - How can a configure the ASSOCIATED items? To the widget's constructor I give the "possible options" via 'choices' option, ok. But what about the selected defaults? I figured out that the FormField's '$value' property holds the array of associated items, but where can I set this? I really don't wan't to make field's $value public and set this in my input template... ;-) Can anyone help me out? Thanks! jp --~--~---------~--~----~------------~-------~--~----~ 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] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en -~----------~----~----~----~------~----~------~--~---
