Description
Field class contains method:
protected String getRequestValue() {
String value = getContext().getRequestParameter(getName());
if (value != null)
else
{ return ""; }}
Most of the time - trim is very nice feature (I like trim .
But sometimes I need field "as is" with all its spaces.
Can You add option for optional trim?
It should be enabled by default (current behavior), but if somebody need spaces, he can disable trim (for specific field).