
|
If you were logged in you would be able to see more operations.
|
|
|
WebWork
Created: 21/Feb/04 08:15 AM
Updated: 20/Oct/04 06:52 AM
|
|
| Component/s: |
Views
|
| Affects Version/s: |
2.1
|
| Fix Version/s: |
2.1.5
|
|
|
If I am right, there is a copying error here:
protected Class getValueClassType() {
return Boolean.class; // for checkboxes, everything needs to end up as a Boolean
}
Should be String.class, or just leave inhereted method.
|
|
Description
|
If I am right, there is a copying error here:
protected Class getValueClassType() {
return Boolean.class; // for checkboxes, everything needs to end up as a Boolean
}
Should be String.class, or just leave inhereted method. |
Show » |
|