Re: Struts 2 and DateTimePicker tag

2011-06-19 Thread anjani varigonda
Hi , I am using struts2 datetimepicker in my appln. I want to change the size of the dates in the calender. Can anyone suggest me wid the solution please? -- View this message in context: http://struts.1045723.n5.nabble.com/Struts-2-and-DateTimePicker-tag-tp3488506p4505299.html Sent from the S

Re: Struts 2 and DateTimePicker tag

2009-01-22 Thread vikpan
I'm having trouble in validating datetimepicker. Tried Using required="true" but doesn't get validated can u kindly help to go about the same ... And one more doubt difference between http://www.nabble.com/Struts-2-and-DateTimePicker-tag-tp14239582p21602655.html Sent from the Struts - User

Re: Struts 2 and DateTimePicker tag

2007-12-11 Thread Jugal
Thanks a ton for your reply Jeromy... Finally I got it working... :-)... Regards, Jugal -- View this message in context: http://www.nabble.com/Struts-2-and-DateTimePicker-tag-tp14239582p14277652.html Sent from the Struts - User mailing list archive at Nabble.com. ---

Re: Struts 2 and DateTimePicker tag

2007-12-10 Thread Jeromy Evans
Jugal wrote: Thanks for your reply Jeromy.. I have made changes according to the inputs provided by you... After change my JSP looks something like this... I recommend using the ajax theme until everything works, then step backwards to simple. It's too easy to miss something if y

Re: Struts 2 and DateTimePicker tag

2007-12-10 Thread Jugal
Thanks for your reply Jeromy.. I have made changes according to the inputs provided by you... After change my JSP looks something like this... djConfig = { isDebug: true }; dojo.require("doj

Re: Struts 2 and DateTimePicker tag

2007-12-10 Thread Jeromy Evans
The order of javascript is important. I believe in your case you haven't imported all the required dependencies before trying to call a dojo function. Try this: Put: BEFORE you use the dojo-dependent javascript in the head. If you only want to use the simple theme, then manually import

Re: Struts 2 and DateTimePicker tag

2007-12-10 Thread Jugal
Hi Jeromy, Thanks a lot for your reply. I am exatcly doing the same way as suggested by you.. but now I am not able see the datetimepicker tag... Here is the snippet of the code that I am using: function calculateEndDate() {

Re: Struts 2 and DateTimePicker tag

2007-12-09 Thread Jeromy Evans
Jugal wrote: Hello All, I am using Struts 2.0.11 for development of my application. I am using datetimepicker tag and I want to trap onchange event of datetimepicker tag. After exploring for a while I found that there is already a https://issues.apache.org/struts/browse/WW-1867 bug raised fo