Click Framework
History
|
Log In
H
OME
B
ROWSE PROJECT
F
IND ISSUES
Q
UICK SEARCH:
Learn more about
Quick Search
Issue Details
(
XML
|
Word
)
Key:
CLK-377
Type:
Bug
Status:
Resolved
Resolution:
Fixed
Priority:
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
Description
This page includes a Label which is not being rendered:
http://www.avoka.com/click-examples/form/standard-controls-form.htm
Show »
All
Comments
Change History
Sort Order:
[
Permlink
|
« Hide
]
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());
[
Show »
]
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());
List fieldSetFields = ContainerUtils.getFieldsAndLabels(fieldSet);
renderControls(buffer, fieldSet, fieldSetFields, fieldSet.getFieldWidths());