Click Framework  History | Log In     View a printable version of the current page. Get help!  
Issue Details (XML | Word)

Key: CLK-377
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Malcolm Edgar
Reporter: Malcolm Edgar
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Click

Labels don't render in a FieldSet

Created: 03/Jun/08 04:05 PM   Updated: 05/Jun/08 10:41 AM
Component/s: core
Affects Version/s: 1.5 M2
Fix Version/s: None


 Description  « Hide
This page includes a Label which is not being rendered:

http://www.avoka.com/click-examples/form/standard-controls-form.htm

 All   Comments   Change History      Sort Order:
Malcolm Edgar [03/Jun/08 04:22 PM]
Fix in Form#renderFieldSetFields(HtmlStringBuffer buffer, FieldSet fieldSet) method:

        List fieldSetFields = ContainerUtils.getFieldsAndLabels(fieldSet);

        renderControls(buffer, fieldSet, fieldSetFields, fieldSet.getFieldWidths());