Re: [S2.0.8] datetimepicker.... is it a train wreck?

2007-06-17 Thread Torsten Römer
Well, now I gave also jscalendar a try, and I think it is the best DHTML calendar I have seen until now. It has all the features I wanted, like date and time selection, internationalisation, styles even themes, it is higly configurable and very easy to integrate. So I have chosen jscalendar now,

Re: [S2.0.8] datetimepicker.... is it a train wreck?

2007-06-17 Thread Musachy Barroso
I started working today on a plugin that will have a datepicker based on YUI, the javascript files will weight 97K which is still big, for acceptable for me :). I'm keeping the tag attribute names similar to the datetimepicker tags, so it will be easy to use as a replacement. I will probably make

Re: [S2.0.8] datetimepicker.... is it a train wreck?

2007-06-15 Thread Mark P Ashworth
- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- View this message in context: http://www.nabble.com/-S2.0.8--datetimepicker-is-it-a-train-wreck--tf3913835.html#a11138693 Sent from the Struts - User mailing list archive

Re: [S2.0.8] datetimepicker.... is it a train wreck?

2007-06-15 Thread Jeromy Evans
Mark P Ashworth wrote: Good Day, Thank you for your help. I created properties that return string representations of the date time values and I use the jscalendar component to select the date times. Seems to work just grand. I have only one issue that if the date string could parsed then it

Re: [S2.0.8] datetimepicker.... is it a train wreck?

2007-06-15 Thread Antonio Petrelli
2007/6/13, Musachy Barroso [EMAIL PROTECTED]: Well, the datetimepicker is the only one in such a lame condition, the other ones are working fine. Musachy Can you drop a line about this in the release notes? Probably in the Known Bugs and Problems section.

Re: [S2.0.8] datetimepicker.... is it a train wreck?

2007-06-15 Thread Mark P Ashworth
-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- View this message in context: http://www.nabble.com/-S2.0.8--datetimepicker-is-it-a-train-wreck--tf3913835.html#a11139901 Sent from the Struts - User mailing list archive at Nabble.com

RE: [S2.0.8] datetimepicker.... is it a train wreck?

2007-06-14 Thread Al Sutton
Evans [mailto:[EMAIL PROTECTED] Sent: 13 June 2007 13:23 To: Struts Users Mailing List Subject: Re: [S2.0.8] datetimepicker is it a train wreck? Hi Al, Are you saying the problem is new to 2.0.8? I can confirm that formatLength and dayWidth have never worked for me in 2.0.6 but displayFormat

Re: [S2.0.8] datetimepicker.... is it a train wreck?

2007-06-14 Thread Mark P Ashworth
mess i found in 2.0.6, guesss i'll have to wait a few more months :( From: Musachy Barroso [EMAIL PROTECTED] Reply-To: Struts Users Mailing List user@struts.apache.org To: Struts Users Mailing List user@struts.apache.org Subject: Re: [S2.0.8] datetimepicker is it a train wreck? Date

Re: [S2.0.8] datetimepicker.... is it a train wreck?

2007-06-14 Thread Jeromy Evans
My question is if the datetimepicker is only going to be ready in 2.1 then how should I implement this in my application? As mentioned previously in this thread, a work-around for the current datetimepicker issues is to convert the date value to and from an RFC3339 string within your

Re: [S2.0.8] datetimepicker.... is it a train wreck?

2007-06-14 Thread Mark P Ashworth
] -- View this message in context: http://www.nabble.com/-S2.0.8--datetimepicker-is-it-a-train-wreck--tf3913835.html#a9814 Sent from the Struts - User mailing list archive at Nabble.com. - To unsubscribe, e-mail

Re: [S2.0.8] datetimepicker.... is it a train wreck?

2007-06-14 Thread Torsten Römer
Subject: RE: [S2.0.8] datetimepicker is it a train wreck? Hi, Just read Datetime picker example at http://www.roseindia.net/struts/struts2/date/struts-2-datetimepicker.shtml . Thanks -Original Message- From: Al Sutton [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 13, 2007

Re: [S2.0.8] datetimepicker.... is it a train wreck?

2007-06-14 Thread Torsten Römer
I'll be replacing that with the one Torsten emailed about earlier at the first opportunity I get: http://www.mattkruse.com/javascript/calendarpopup/ I just gave that a try myself and I ran into a few issues: - The placement of the div popup is not as smart as with datetimepicker, in my

Re: [S2.0.8] datetimepicker.... is it a train wreck?

2007-06-14 Thread Jeromy Evans
Torsten Römer wrote: I'll be replacing that with the one Torsten emailed about earlier at the first opportunity I get: http://www.mattkruse.com/javascript/calendarpopup/ I just gave that a try myself and I ran into a few issues: Thanks for this. You've saved me a lot of time!

[S2.0.8] datetimepicker.... is it a train wreck?

2007-06-13 Thread Al Sutton
I've been trying to do some work with datetime picker in 2.0.8 and it seems to me it's a real mess. In my action I have; public Date getReportStartDate() { return reportStartDate; } public void setReportStartDate(Date reportStartDate) { this.reportStartDate = reportStartDate;

RE: [S2.0.8] datetimepicker.... is it a train wreck?

2007-06-13 Thread Deepak Kumar
] datetimepicker is it a train wreck? I've been trying to do some work with datetime picker in 2.0.8 and it seems to me it's a real mess. In my action I have; public Date getReportStartDate() { return reportStartDate; } public void setReportStartDate(Date reportStartDate

RE: [S2.0.8] datetimepicker.... is it a train wreck?

2007-06-13 Thread Al Sutton
interested in boosting your google ad counts, I'd prefer a solution to getting formatLength=medium working. -Original Message- From: Deepak Kumar [mailto:[EMAIL PROTECTED] Sent: 13 June 2007 11:52 To: Struts Users Mailing List Subject: RE: [S2.0.8] datetimepicker is it a train wreck? Hi

Re: [S2.0.8] datetimepicker.... is it a train wreck?

2007-06-13 Thread Musachy Barroso
. -Original Message- From: Deepak Kumar [mailto:[EMAIL PROTECTED] Sent: 13 June 2007 11:52 To: Struts Users Mailing List Subject: RE: [S2.0.8] datetimepicker is it a train wreck? Hi, Just read Datetime picker example at http://www.roseindia.net/struts/struts2/date/struts-2

Re: [S2.0.8] datetimepicker.... is it a train wreck?

2007-06-13 Thread אלחנן מעין
: Re: [S2.0.8] datetimepicker is it a train wreck? Date: Wed, 13 Jun 2007 09:07:34 -0400 Al just to answer your question straight, yes, it is a train wreck and I would advise not to use it until 2.1 comes out. regards musachy On 6/13/07, Al Sutton [EMAIL PROTECTED] wrote: That page seems

Re: [S2.0.8] datetimepicker.... is it a train wreck?

2007-06-13 Thread Musachy Barroso
:( From: Musachy Barroso [EMAIL PROTECTED] Reply-To: Struts Users Mailing List user@struts.apache.org To: Struts Users Mailing List user@struts.apache.org Subject: Re: [S2.0.8] datetimepicker is it a train wreck? Date: Wed, 13 Jun 2007 09:07:34 -0400 Al just to answer your question straight, yes

RE: [S2.0.8] datetimepicker.... is it a train wreck?

2007-06-13 Thread Al Sutton
Thanks for the straight answer, next question, whens 2.1 due ? :) -Original Message- From: Musachy Barroso [mailto:[EMAIL PROTECTED] Sent: 13 June 2007 14:08 To: Struts Users Mailing List Subject: Re: [S2.0.8] datetimepicker is it a train wreck? Al just to answer your question

Re: [S2.0.8] datetimepicker.... is it a train wreck?

2007-06-13 Thread Musachy Barroso
Message- From: Musachy Barroso [mailto:[EMAIL PROTECTED] Sent: 13 June 2007 14:08 To: Struts Users Mailing List Subject: Re: [S2.0.8] datetimepicker is it a train wreck? Al just to answer your question straight, yes, it is a train wreck and I would advise not to use it until 2.1 comes out

Re: [S2.0.8] datetimepicker.... is it a train wreck?

2007-06-13 Thread Jeromy Evans
PROTECTED] Sent: 13 June 2007 11:52 To: Struts Users Mailing List Subject: RE: [S2.0.8] datetimepicker is it a train wreck? Hi, Just read Datetime picker example at http://www.roseindia.net/struts/struts2/date/struts-2-datetimepicker.shtml. Thanks -Original Message- From: Al Sutton