Changeset 11153
- Timestamp:
- 08/26/08 10:43:19 (10 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/1.1/lib/widget/sfWidgetFormSchema.class.php
r10290 r11153 374 374 if ($widget instanceof sfWidgetForm && $widget->isHidden()) 375 375 { 376 $hiddenRows[] = $ widget->render($this->generateName($name), $value, $widgetAttributes);376 $hiddenRows[] = $this->renderField($name, $value, $widgetAttributes); 377 377 } 378 378 else branches/1.1/test/unit/widget/sfWidgetFormSchemaTest.php
r9458 r11153 313 313 <tr> 314 314 <th><label style="padding: 5px" for="id_article_last_name">Last name</label></th> 315 <td><input type="text" name="article[last_name]" value="Potencier" class="bar" id="id_article_last_name" /><input type="hidden" name="article[id]" id=" article_id" /></td>315 <td><input type="text" name="article[last_name]" value="Potencier" class="bar" id="id_article_last_name" /><input type="hidden" name="article[id]" id="id_article_id" /></td> 316 316 </tr> 317 317

