I have a datetimepicker on a screen with the key=" payrollUpdate.effectiveDate". I have a PayrollUpdateAction-validation.xmlfile that corresponds to the Action associated with this web page. Inside the validation file I have the following field validation:
<field name="payrollUpdate.effectiveDate"> <field-validator type="requiredstring"> <message key="requiredstring"> </field-validator> <field> After entering a date or selecting one from the calendar, I get the validation error that Effective Date is required! It is as though I have not entered anything! Any ideas? -- Scott [EMAIL PROTECTED]