Re: Struts2 Date time picker problem in Firefox

2011-05-30 Thread Maurizio Cucchiara
Could you post your jsp file (preferably through a pastebin service) ? On 30 May 2011 10:16, Amol Ghotankar wrote: > @Maurizio: > > I have not changed anything, and the application is very simple do not use > any dojo manipulation too. > > Yes the output is from the client browser retrieved via

Re: Struts2 Date time picker problem in Firefox

2011-05-30 Thread Amol Ghotankar
@Maurizio: I have not changed anything, and the application is very simple do not use any dojo manipulation too. Yes the output is from the client browser retrieved via firebug & similar browser plug-ins where I can see that in FF the value is blank. Any quick fix for this. Regards, Amol

Re: Struts2 Date time picker problem in Firefox

2011-05-30 Thread Maurizio Cucchiara
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 wrote: > I checked

Re: Struts2 Date time picker problem in Firefox

2011-05-29 Thread frans
We use jquery ui Work well Sent from my BlackBerry® powered by Sinyal Kuat INDOSAT -Original Message- From: Amol Ghotankar Date: Mon, 30 May 2011 11:26:57 To: Struts Users Mailing List Reply-To: "Struts Users Mailing List" Subject: Struts2 Date time picker problem in Firef

Re: Struts2 Date time picker problem in Firefox

2011-05-29 Thread Amol Ghotankar
I checked the output on browsers and this was what i found IE FF Help is need to fix this part.

Struts2 Date time picker problem in Firefox

2011-05-29 Thread Amol Ghotankar
I have a simple form that has s:datetimepicker name="studentAdmission.admissionDate" id="requiredString" cssClass="must" value="%{'today'}"/ When I submit this form from Firebox the object at backend does not get the date value. But when I submit this form from IE8, the object at backend gets th