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

RE: DateTimePicker Tag

2011-02-17 Thread Jerson John
nized 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 : > Can u suggest me the best way to use datetime pick

Re: DateTimePicker Tag

2011-02-17 Thread Lukasz Lenart
2011/2/18 Jerson John : >  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 theme="ajax

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 I am getting the freemaker template e

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 fr

Re: [Struts 2] Datetimepicker tag Bug ?!

2008-05-21 Thread Ralf Fischer
Hi, as far as I understand the documentation [1], the 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 expression. Type conv

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

Re: [Struts 2] Datetimepicker tag Bug ?!

2008-05-19 Thread Ian Meikle
. - Milan Milanovic <[EMAIL PROTECTED]> 19.05.2008 23:38 Please respond to "Struts Users Mailing List" To Struts Users Mailing List cc Subject Re: [Struts 2] Dateti

Re: [Struts 2] Datetimepicker tag Bug ?!

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

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-#d

Re: [Struts 2] Datetimepicker tag Bug ?!

2008-05-19 Thread Milan Milanovic
And when I add "value" attribute to this tag like this: it generates and exception: 18:24:22,531 ERROR org.apache.struts2.components.DateTimePicker:316 - Could not parse date java.text.ParseException: Unparseable date: "pregled.odPeriod" at java.text.DateFormat.parse(Unknown

[Struts 2] Datetimepicker tag Bug ?!

2008-05-19 Thread Milan Milanovic
It seems that there is a bug with tag. I defined it as in documentation: I have delivery object in my action class with date field (of type java.util.Date) and all necessary get/set methods. But when I submit the form I get this error: 17:55:47,968 ERROR com.opensymphony.xwo

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

2007-12-10 Thread Rajagopal_Yendluri
No, I am not able to see the corresponding html form field for ... -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 name for .* Yeah

Re: Struts 2 and DateTimePicker tag

2007-12-10 Thread Jugal
nt on datetimepicker... Also when i set the dojo in debug mode.. I get the following error.. FATAL exception raised: 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://ww

Re: Struts 2 and DateTimePicker tag

2007-12-10 Thread Jeromy Evans
o.addOnLoad(init); </tt><tt> </tt><pre style="margin: 0em;"> Take a look at the generated HTML and you'll understand what I mean. Regards, Jeromy Evans Jugal wrote: Hi Jeromy, Thanks a lot for your reply. I am exatcly doing the same way a

Re: datetimepicker tag

2007-12-10 Thread Peng Tuck Kwok
to use FireBug :D > > > 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 yo

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

2007-12-09 Thread Jeromy Evans
onid=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

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 fi

Re: datetimepicker tag

2007-12-09 Thread Peng Tuck Kwok
esday, October 16, 2007 12:36 PM > To: Struts 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 e

Re: datetimepicker tag

2007-12-09 Thread Jeromy Evans
rom: Jeromy Evans [mailto:[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

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... > >

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 reas

RE: datetimepicker tag

2007-12-09 Thread Rajagopal_Yendluri
ruts 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&quo

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

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

2007-10-16 Thread Jeromy Evans
sts versions (since 2.0.9 I guess), all AJAX are in dojo plugin. So you need to include <%@ taglib uri="/struts-dojo-tags" prefix="sx"%> and and call : Michaël dipti RealSoftInc <[EMAIL PROTECTED]> 16/10/2007 08:09 Veuillez répondre à "Struts User

Re: datetimepicker tag

2007-10-15 Thread MLENEVEUT
;Struts Users Mailing List" A user@struts.apache.org cc Objet Re: datetimepicker tag I m using Struts2 and the tag which m using is: and regarding the taglib declaration it is not declared in it hence it is giving the exception: No tag "datetimepicker" defined in tag library

Re: datetimepicker tag

2007-10-15 Thread dipti RealSoftInc
eason.. 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-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

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

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

Re: datetimepicker tag problem

2007-05-11 Thread meissa . sakho
ere in the documentation that's telling that the ajax them is required for the datetimepicker. Thank you for your help. Meissa "Julien Leonard" <[EMAIL PROTECTED]> 11/05/2007 11:10 Veuillez répondre à "Struts Users Mailing List" A "Struts Users Mailing L

Re: datetimepicker tag problem

2007-05-11 Thread Julien Leonard
Hi, I had the same problem. Did you put 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 mails des collaborateu

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