Ghost,

If you really need help (and are not just trolling), then have at look 
at my blog post regarding the new sfForms system 
http://www.sdm.co.nz/using-the-new-symfony-11-forms/
This will help you use the forms in a designer friendly way, including a 
validation panel with list of errors.

But if you are trolling and just want people to get angry, then please 
go away. This thread has gone on far too long.

Thanks,
Stig

bghost wrote:
> The form rendering process inserting something like this for the form
> rows:
>
> <form action="...bla...bla..">
> <input type="hidden" name="symfony" value="3d454099...." />
> <tr>
>   <th><label for="first_name">First name</label></th>
>   <td><input type="text" name="first_name" value="Fabien" class="foo"
> id="first_name" /></td>
> </tr>
> <tr>
>   <th><label for="last_name">Last name</label></th>
>   <td><input type="text" name="last_name" value="Potencier"
> id="last_name" /><input type="hidden" name="id" value="1" id="id"/></
> td>
> </tr>
> </form>
>
> This is bad formatted HTML - where is <table> tag? Using <tr>, <th>
> and <td> without table - terrible !
>  If you put this form within a table cell, you  will get the nightmare
> such I got! And I lost 2 hours
>  to find where is problem! Blah...blah ...blah....yes Symfony forms
> are ...bla ...bla ..bla
>
> And where is the problem guys? I think the problem is that you
> obviously
> do not suffer any criticism.
>
> WBR,
> Ghost3D
>   

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to