Field for date inputs as free form text. The parsing of date strings
is dependent on any rules that are defined, so this field will expect that
any validator will be (or extend) DateStringValidator.
author: John McNally author: Henning P. Schmiedehausen author: Quinton McCombs version: $Id: DateStringField.java 534527 2007-05-02 16:10:59Z tv $
Constructor.
Parameters: field - xml field definition object Parameters: group - xml group definition object throws: IntakeException - thrown by superclass
Set the empty Value. This value is used if Intake
maps a field to a parameter returned by the user and
the corresponding field is either empty (empty string)
or non-existant.
Parameters: prop - The value to use if the field is empty.