Hey Caphun, I believe the place to handle this stuff is in the form classes now, and I find that a better place as well, since it affects all instances of a form and you can adjust the validator at the same time as well (assuming you need to tell it to allow an empty submission or not..).
Hope this helps, Daniel On Aug 12, 8:35 am, Ca-Phun Ung <[email protected]> wrote: > On Wed, Aug 12, 2009 at 11:00 PM, Eno <[email protected]> wrote: > > > If you look at the code, you'll see its still there in 1.1 and 1.2. > > Hmm, but params: include_custom='Choose an option', doesn't work in 1.2. > > Given the above the first option in my drop down should be: > > <option value="">Choose an option</option> > > But instead it remains as > > <ption value=""></option> > > Sorry if there's something obvious I'm missing. > > > > > What's the difference between using include_custom and just using label: ? > > Label is the text label of the form field and include_custom is the text of > the first option in a drop down list. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
