Examples from "Form Optional / Required" section of the form reference: convert whitespace only string value to {absent} using whiteSpace=collapse facet
Examples from "Form Optional / Required" section of the form reference: convert empty string value to {absent} with ctrl.emptyisnull=true BUT admit whitespace only using form.empty.trim=false
Examples from "Form Optional / Required" section of the form reference: revised with schema [minLength] constraint - if the field simple type does not admit the "empty string" use ctrl.emptyisnull=false and form.empty=false, try to change to true to se...
Examples from "Form Optional / Required" section of the form reference: if the field simple type does not admit the "empty string" use ctrl.emptyisnull=false and form.empty=false, try to change to true to see the empty string as an accepted value
Examples from "Form Optional / Required" section of the form reference: if the field simple type does not admit the "empty string" use simply ctrl.emptyisnull=false
A file upload with [file name default] field - the user may insert the file name or leave blank, in that case the original file name is used - submit the form with a file and check that the fields have been filed - Note that the maximum limit for thi...
A file upload simple form with encoding field - file is required - encoding is just optional data from the user - Note that the maximum limit for this site is 16KB, when the limit is exceeded there is a redirect to the error413.do page
A file upload simple form - file is required - Note that the maximum limit for this site is 16KB, when the limit is exceeded there is a redirect to the error413.do page
A file upload simple form - file is required - NO HTML 5 - Note that the maximum limit for this site is 16KB, when the limit is exceeded there is a redirect to the error413.do page
A file upload simple form - size at most 500 bytes - file is required - Note that the maximum limit for this site is 16KB, when the limit is exceeded there is a redirect to the error413.do page.