I have several cases where, due to some picky spacing issues, I have rendered fields manually with form_widget.
For instance: <td><b>First Name: </ b>{{ form_widget(borrower_search_form.first_name, { 'required': false }) }}</td> In beta1, I could call form_rest() and it would behave as ( I ) expected. In beta2, if I rendered the field in this manner, form_rest() will re-render all of these fields at the bottom of my form. Is there a better way to go about this? (or a way to "mark" it as already rendered) Roger -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send email to symfony-users@googlegroups.com To unsubscribe from this group, send email to symfony-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en