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

DateTimePicker Tag

2011-02-17 Thread Jerson John
Hi, Can u suggest me the best way to use datetime picker tag...It seems normal Struts 2 Tag Library does not have this... I try to follow the code dojo library,It's only displaying the label and not displaying the datetime colander...When I try put the code s:head theme=ajax / I am getting the

Re: DateTimePicker Tag

2011-02-17 Thread Lukasz Lenart
2011/2/18 Jerson John jer...@cprvision.com:  Can u suggest me the best way to use datetime picker tag...It seems normal Struts 2 Tag Library does not have this... I try to follow the code dojo library,It's only displaying the label and not displaying the datetime colander...When I try put the

RE: DateTimePicker Tag

2011-02-17 Thread Jerson John
by Marketing Magazine -Original Message- From: Lukasz Lenart [mailto:lukasz.len...@googlemail.com] Sent: Friday, February 18, 2011 2:47 PM To: Struts Users Mailing List Subject: Re: DateTimePicker Tag 2011/2/18 Jerson John jer...@cprvision.com: Can u suggest me the best way to use datetime

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] Datetimepicker tag Bug ?!

2008-05-21 Thread Ralf Fischer
Hi, as far as I understand the documentation [1], the datetimepicker / has no format attribute, so I wonder how your JSP gets compiled. Are you looking for the displayFormat attribute? The error from your first mail suggests an error either in the type conversion or in general with the OGNL

Re: [Struts 2] Datetimepicker tag Bug ?!

2008-05-20 Thread Milan Milanovic
I'm not sure if this is a problem. I switched my browser only to US locale language and also in regional options and it is the same! I think that is some conversion problem from jsp page to Date in version 2.0.11.1. Regards, Milan Ian Meikle [EMAIL PROTECTED] wrote: I have had the same

[Struts 2] Datetimepicker tag Bug ?!

2008-05-19 Thread Milan Milanovic
It seems that there is a bug with datetimepicker tag. I defined it as in documentation: s:datetimepicker name=delivery.date label=Delivery Date format=#-#MM-#dd / I have delivery object in my action class with date field (of type java.util.Date) and all necessary get/set

Re: [Struts 2] Datetimepicker tag Bug ?!

2008-05-19 Thread Milan Milanovic
And when I add value attribute to this tag like this: s:datetimepicker name=delivery.date label=Delivery Date format=#-#MM-#dd name=delivery.date / it generates and exception: 18:24:22,531 ERROR org.apache.struts2.components.DateTimePicker:316 - Could not parse date

Re: [Struts 2] Datetimepicker tag Bug ?!

2008-05-19 Thread Milan Milanovic
By using this name=delivery.date attribute it reads the date good, but it can't store it back! It generates this error below 'ParametersInterceptor' ? -- Thx, Milan Milan Milanovic [EMAIL PROTECTED] wrote: And when I add value attribute to this tag like this: format=#-#MM-#dd

Re: [Struts 2] Datetimepicker tag Bug ?!

2008-05-19 Thread Milan Milanovic
I tried everything with datetimepicker tag! It seems that Struts 2 in 2.0.11.1 version have a bug with type conversion from s:datetimepicker jsp tag (that is actually a String) to corresponding java.util.Date field in action class. Could someone confirm this ? -- Thx, Milan Milan Milanovic

Re: [Struts 2] Datetimepicker tag Bug ?!

2008-05-19 Thread Ian Meikle
: [Struts 2] Datetimepicker tag Bug ?! I tried everything with datetimepicker tag! It seems that Struts 2 in 2.0.11.1 version have a bug with type conversion from s:datetimepicker jsp tag (that is actually a String) to corresponding java.util.Date field in action class. Could someone confirm

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
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: head script src=%=request.getContextPath()%/scripts/dojo.js type=text/javascript/script

Re: datetimepicker tag

2007-12-10 Thread Peng Tuck Kwok
- From: Peng Tuck Kwok [mailto:[EMAIL PROTECTED] Sent: Monday, December 10, 2007 11:13 AM To: Struts Users Mailing List Subject: Re: datetimepicker tag If you have firefox you can actually check out the javascript console for errors, might give you a clue as to what's going on if it is a js

Re: Struts 2 and DateTimePicker tag

2007-12-10 Thread Jeromy Evans
the datetimepicker tag... Here is the snippet of the code that I am using: head script src=%=request.getContextPath()%/scripts/dojo.js type=text/javascript/script script language=javascript function calculateEndDate() { startDate

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: datetimepicker tag

2007-12-10 Thread Rajagopal_Yendluri
No, I am not able to see the corresponding html form field for s:datetimepicker ... -Original Message- From: Peng Tuck Kwok [mailto:[EMAIL PROTECTED] Sent: Monday, December 10, 2007 3:20 PM To: Struts Users Mailing List Subject: Re: datetimepicker tag *am not able to see the field

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
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 for the issue

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

RE: datetimepicker tag

2007-12-09 Thread Rajagopal_Yendluri
Users Mailing List Subject: Re: datetimepicker tag Dipti, if you're using Struts 2.0.x, follow the example at : http://struts.apache.org/2.0.9/docs/datetimepicker.html It's likely you're just missing the essential %@ taglib prefix=s uri=/struts-tags % and/or s:head theme=ajax/ tags mentioned

Re: datetimepicker tag

2007-12-09 Thread Jeromy Evans
Rajagopal_Yendluri wrote: Hi.. I am using 2.0.9, but for the nothing is displaying in jsp page except label. Included the ajax theme in jsp page. Checked the generated dojo script, it is also fine.. but nothing is displaying in my jsp page... Any Views... or ideas... what could be the

RE: datetimepicker tag

2007-12-09 Thread Rajagopal_Yendluri
: datetimepicker tag Rajagopal_Yendluri wrote: Hi.. I am using 2.0.9, but for the nothing is displaying in jsp page except label. Included the ajax theme in jsp page. Checked the generated dojo script, it is also fine.. but nothing is displaying in my jsp page... Any Views... or ideas... what

Re: datetimepicker tag

2007-12-09 Thread Jeromy Evans
:[EMAIL PROTECTED] Sent: Monday, December 10, 2007 10:51 AM To: Struts Users Mailing List Subject: Re: datetimepicker tag Rajagopal_Yendluri wrote: Hi.. I am using 2.0.9, but for the nothing is displaying in jsp page except label. Included the ajax theme in jsp page. Checked

Re: datetimepicker tag

2007-12-09 Thread Peng Tuck Kwok
, Rajagopal Y (Raj) HCU-Consulting Enterprise Solutions. Phone: (C) +91-9986584084 / (W)+91-80-6658 3685. -Original Message- From: Jeromy Evans [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 16, 2007 12:36 PM To: Struts Users Mailing List Subject: Re: datetimepicker tag Dipti

RE: datetimepicker tag

2007-12-09 Thread Rajagopal_Yendluri
/--//.action;jsessionid=FE29769C5916D88678E697B64A0E7BC7 Line: 29 Any clue ... -Original Message- From: Peng Tuck Kwok [mailto:[EMAIL PROTECTED] Sent: Monday, December 10, 2007 11:13 AM To: Struts Users Mailing List Subject: Re: datetimepicker tag If you have firefox

Re: datetimepicker tag

2007-12-09 Thread Jeromy Evans
=FE29769C5916D88678E697B64A0E7BC7 Line: 29 Any clue ... -Original Message- From: Peng Tuck Kwok [mailto:[EMAIL PROTECTED] Sent: Monday, December 10, 2007 11:13 AM To: Struts Users Mailing List Subject: Re: datetimepicker tag If you have firefox you can actually check out

Re: datetimepicker tag

2007-10-16 Thread dipti RealSoftInc
.. Struts2 does not support datetimepicker?? or some other reason.. please reply back soon.. Laurie Harper wrote: dipti RealSoftInc wrote: hello, I am using struts 2.0.1 and want to use datetimepicker tag... but it is giving an exception that it is not defined in the tld file i.e struts

Re: datetimepicker tag

2007-10-16 Thread MLENEVEUT
List user@struts.apache.org A user@struts.apache.org cc Objet Re: datetimepicker tag I m using Struts2 and the tag which m using is: s:datetimepicker name=delivery.date label=Delivery Date displayFormat=-MM-dd / and regarding the taglib declaration it is not declared in it hence

Re: datetimepicker tag

2007-10-16 Thread Jeromy Evans
cc Objet Re: datetimepicker tag I m using Struts2 and the tag which m using is: s:datetimepicker name=delivery.date label=Delivery Date displayFormat=-MM-dd / and regarding the taglib declaration it is not declared in it hence it is giving the exception: No tag datetimepicker defined

datetimepicker tag

2007-10-15 Thread dipti RealSoftInc
hello, I am using struts 2.0.1 and want to use datetimepicker tag... but it is giving an exception that it is not defined in the tld file i.e struts-tag.tld please help me out... -- View this message in context: http://www.nabble.com/Struts-Application-is-not-working-tf4560069.html

Re: datetimepicker tag

2007-10-15 Thread Laurie Harper
dipti RealSoftInc wrote: hello, I am using struts 2.0.1 and want to use datetimepicker tag... but it is giving an exception that it is not defined in the tld file i.e struts-tag.tld please help me out... What version of Struts are you using? What does your taglib declaration look like

datetimepicker tag problem

2007-05-11 Thread meissa . sakho
Depuis le 21 décembre 2006, Natexis Investor Servicing s'appelle Natixis Investor Servicing. Les adresses mails des collaborateurs ayant changé, veillez à la mise à jour de votre carnet d'adresses. Hi all, I'm simply trying to use the datetime picker tag in my form exactly the same way in the

Re: datetimepicker tag problem

2007-05-11 Thread Julien Leonard
Hi, I had the same problem. Did you put s:head theme=ajax / tag? In fact I think that the datetimepicker needs ajax includes. Julien 2007/5/11, [EMAIL PROTECTED] [EMAIL PROTECTED]: Depuis le 21 décembre 2006, Natexis Investor Servicing s'appelle Natixis Investor Servicing. Les adresses

Re: datetimepicker tag problem

2007-05-11 Thread meissa . sakho
Objet Re: datetimepicker tag problem Hi, I had the same problem. Did you put s:head theme=ajax / tag? In fact I think that the datetimepicker needs ajax includes. Julien 2007/5/11, [EMAIL PROTECTED] [EMAIL PROTECTED]: Depuis le 21 décembre 2006, Natexis Investor Servicing s'appelle Natixis

SV: datetimepicker tag problem

2007-05-11 Thread Gunnar.Bostrom
Hi, Have you set struts.serve.static=true In struts.xml? Regards Gunnar -Ursprungligt meddelande- Från: Julien Leonard [mailto:[EMAIL PROTECTED] Skickat: den 11 maj 2007 11:11 Till: Struts Users Mailing List Ämne: Re: datetimepicker tag problem Hi, I had the same problem