Re: Struts 2 and DateTimePicker tag

2011-06-20 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

Re: Struts 2 and DateTimePicker tag

2009-01-22 Thread vikpan
://www.nabble.com/Struts-2-and-DateTimePicker-tag-tp14239582p21602655.html Sent from the Struts - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: user-h

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 Jugal
what am I missing out here... Thanks, Jugal -- View this message in context: http://www.nabble.com/Struts-2-and-DateTimePicker-tag-tp14239582p14249105.html Sent from the Struts - User mailing list archive at Nabble.com

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: s:head theme=ajax/ BEFORE you use the dojo-dependent javascript in the head. If you only want to use the simple theme,

Re: Struts 2 and DateTimePicker tag

2007-12-10 Thread Jugal
: Could not load 'dojo.debug'; last tried '__package__.js' Kindly help me out on this... Thanks and Regards, Jugal -- View this message in context: http://www.nabble.com/Struts-2-and-DateTimePicker-tag-tp14239582p14251890.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... head s:head theme=simple debug=true/ I recommend using the ajax theme until everything works, then step backwards to simple.

Struts 2 and DateTimePicker tag

2007-12-09 Thread Jugal
special configuration to get this working? Any help is appreciated. Thanks and Regards, Jugal -- View this message in context: http://www.nabble.com/Struts-2-and-DateTimePicker-tag-tp14239582p14239582.html Sent from the Struts - User mailing list archive at Nabble.com

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