SEBSERV-47 fix
This commit is contained in:
parent
201e37914e
commit
e3d6426cc2
1 changed files with 1 additions and 1 deletions
|
@ -237,7 +237,7 @@ public final class Form implements FormBinding {
|
|||
};
|
||||
}
|
||||
private FormFieldAccessor createAccessor(final Label label, final ThresholdList thresholdList) {
|
||||
return new FormFieldAccessor(label, thresholdList) {
|
||||
return new FormFieldAccessor(label, thresholdList, null, true) {
|
||||
@Override public String getStringValue() {
|
||||
return ThresholdListBuilder
|
||||
.thresholdsToFormURLEncodedStringValue(thresholdList.getThresholds());
|
||||
|
|
Loading…
Add table
Reference in a new issue