How did you check the output? are you sure this is not the output of some plugin like firebug, etc? AFAICR there is no difference between the FF and IE output, I'm inclined to think that what really happens has to do with dojo manipulation.
On 30 May 2011 08:21, Amol Ghotankar <ghotankaru...@gmail.com> wrote: > 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. > -- Maurizio Cucchiara