[symfony-users] Re: symfony 1.1 + sfForm + embedForm + view/template

2008-10-15 Thread Thomas Rabaix
ShoGun, you are wrong, sfForm MUST be used anywhere as they provide great features. Thomas, when you embed a form the main form transform the embeded form into an associative array. The fields from the embeded form is accessible by doing $form['myEmbedFormName']['myField'] class yourMainform {

[symfony-users] Re: Contributing Symfony Am I doing it wrong?

2008-10-15 Thread Fabien Potencier
We definitely need more people able to triage the tickets. Fabian and Carl have done this in the past and it is a great way to contribute back to symfony as well. Sometimes, the ticket is not a bug or a feature enhancement, but more like a question and can be closed right away (by asking the

[symfony-users] Re: use the prod controller

2008-10-15 Thread julien
Just to follow up the setting.yml and the no_script_name was on. But I had to uncomment the RewriteBase / in the .htaccess thanks :-) On 12 oct, 14:17, alvaro [EMAIL PROTECTED] wrote: On settings.yml check that under prod:    no_script_name:         on you have that. Also check

[symfony-users] Re: sfForms - group validator

2008-10-15 Thread adrive
Re patter: Thanks for the idea, but I'am trying it now in action now and it doesn't work $vs = $this-form-getValidatorSchema(); echo get_class($vs); // prints sfValidatorSchema var_dump($vs['column']);// prints NULL :( $vs['column']-setOption('required', true); // ends with Fatal error Fatal