
|
If you were logged in you would be able to see more operations.
|
|
|
|
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 » |
|