I checked the output on browsers and this was what i found IE <INPUT value=2011-05-30 type=hidden name=dojo.studentAdmission.admissionDate dojoAttachPoint="valueNode">
<INPUT style="WIDTH: 7em; VERTICAL-ALIGN: middle" value=05/30/2011 type=text name=studentAdmission.admissionDate __doClobber__="true" dojoAttachPoint="inputNode" autocomplete="off"> FF <input type="hidden" dojoattachpoint="valueNode" value="2011-05-30" name="dojo.studentAdmission.admissionDate"> <input type="text" autocomplete="off" dojoattachpoint="inputNode" style="vertical-align: middle; width: 7em;" *value="" * name="studentAdmission.admissionDate"> Help is need to fix this part.