checkbox update
This commit is contained in:
@@ -458,6 +458,10 @@ public abstract class AbstractMvcView implements View {
|
||||
throw new UnsupportedOperationException("Setting request parameters is not allowed");
|
||||
}
|
||||
|
||||
public String toString() {
|
||||
return parameterName;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
private static class FormatterBackedMappingConversionExecutor implements ConversionExecutor {
|
||||
|
||||
Reference in New Issue
Block a user