datetimepicker

2007-07-03 Thread David Harland
Hi Musachy Is it possible for me to download the fixed version of the datetimepicker (that will allow me to set the displayFormat to something other than the default) from somewhere or must I wait for 2.1 to be released. Is there a estimate of when that might be if this is so. Thanks Dave

datetimepicker

2008-06-24 Thread Gunnar.Bostrom
Hi, I'm trying to use the struts2 datetimepicker and it works fine except when I input an invalid date with the keyboard. When doing this for struts 2.0.11.1 it resets the date to the value it had before without any notice! When doing it for struts 2.1.2 it sets the date to 1970-01-01 withou

DateTimePicker

2008-07-15 Thread Pablo Vázquez Blázquez
Hello, I have several problems with DateTimePicker widget used for selecting times (type="time") a) If no time is in the text input, I can´t write (without using the widget) any. I can use the widget, but I also would like to be able to write it by myself. b) If a time value

DateTimePicker

2011-01-05 Thread Satheesh Kannan A B
Hi, Am trying with struts 2 date time picker, but its not working at all. My struts 2 version 2.1.8. Here is my below code, please check and say any problem in this. While am running this code am getting only label. I have added struts-dojo-plugin jar in lib folder. <%@ taglib prefix="s" uri=

advanced dateTimePicker

2009-03-19 Thread Sandy.Verfaille
Hi, Does someone knows an advanced dateTimePicker? For example: - An attribute 'available dates' of type list, that enables the dates in the list and disables others? - Coupling a struts action to when you click on one or more dates on the calendar. - Not in a dropdown, but simply

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

DateTimePIcker Error

2007-11-01 Thread Zoran Avtarovski
We are having two issues with the datetimepicker in struts 2.0.9 The first is when using the datetime picker the calendar displays 1901 when the date is actually 2001. I'm sure there has to be a simple solution to this. I tried setting the start date to 1930 but that didn't help. The

datetimepicker issue

2007-12-10 Thread Pablo Vázquez Blázquez
Hello, I´m using the datetimepicker tag with type="time" to get only the time and another one with type="date" to get only the "-MM-dd". Well, the second one works OK but the first one, gives me the actual date + the time the user has input. For example

DateTimePicker + onchange

2007-12-26 Thread Pablo Vázquez Blázquez
Hi! I´ve read there is a bug with dateTimePicker component, as it does not get fired when an 'onchange' event occurs. I´ve also found a workaround using dojo.event.connect and dojo.addOnLoad(function) but I can´t get it working. When I change the date, nothing happens. Any ide

Create DateTimePicker

2008-01-14 Thread Shoaib Gauhar
Hello, I am using Display Tags in my JSP. I have used a customized TableDecorator to render TextFields and ComboBoxes in its columns. Now i want to render a DateTimePicker in one of its columns. As i understand, the display tag does not render Struts Tags when outputted through TableDecorator

Re: datetimepicker

2007-07-03 Thread Musachy Barroso
fixed version of the datetimepicker (that will allow me to set the displayFormat to something other than the default) from somewhere or must I wait for 2.1 to be released. Is there a estimate of when that might be if this is so. Thanks

Re: datetimepicker

2007-07-03 Thread Shervin Asgari
Musachy Barroso wrote: Hi Dave, right now there is no estimate on when will 2.1 be released (open source style :) ), but 2.1 is as stable as 2.0.x are, you can just download it and build it yourself, here are some instructions on how to do that: http://struts.apache.org/2.x/docs/building-with-

RE: datetimepicker

2007-07-03 Thread David Harland
Many thanks, I'll try YUI out. Dave. -Original Message- From: Musachy Barroso [mailto:[EMAIL PROTECTED] Sent: 03 July 2007 14:15 To: Struts Users Mailing List Subject: Re: datetimepicker Hi Dave, right now there is no estimate on when will 2.1 be released (open source style :) )

Re: datetimepicker

2007-07-03 Thread Musachy Barroso
ers Mailing List Subject: Re: datetimepicker Hi Dave, right now there is no estimate on when will 2.1 be released (open source style :) ), but 2.1 is as stable as 2.0.x are, you can just download it and build it yourself, here are some instructions on how to do that: http://struts.apache.o

Re: DateTimePicker

2008-07-15 Thread ManiKanta G
I would suggest Struts2JSCalendar plug-in, which has lot of features,which is working fine for me. http://code.google.com/p/struts2jscalendarplugin/ Regards, ManiKanta Pablo Vázquez Blázquez wrote: Hello, I have several problems with DateTimePicker widget used for selecting times (type

Re: DateTimePicker

2008-07-15 Thread nauke .
working fine for me. > http://code.google.com/p/struts2jscalendarplugin/ > > Regards, > ManiKanta > > > Pablo Vázquez Blázquez wrote: > >> Hello, >> >> I have several problems with DateTimePicker widget used for selecting >> times (type="time") >> &

RE: DateTimePicker

2008-07-16 Thread Giovanni Azua
http://issues.apache.org/struts/browse/WW-2353 > -Original Message- > From: Pablo Vázquez Blázquez [mailto:[EMAIL PROTECTED] > Sent: Tuesday, July 15, 2008 1:54 PM > To: Struts Users Mailing List > Subject: DateTimePicker > > Hello, > > I have several problems

Readonly Datetimepicker.

2010-07-17 Thread Chris Miles
Is there a reason the datetimepicker does not allow you to make the textfield readonly? Is there any work arounds? Thanks Chris

datetimepicker - 2.0.5

2007-02-10 Thread Pedro Herrera
Is there another css in the bundle for s:datetimepicker ? -- View this message in context: http://www.nabble.com/datetimepicker2.0.5-tf3206276.html#a8903592 Sent from the Struts - User mailing list archive at Nabble.com

datetimepicker problem

2007-04-10 Thread David Harland
If I use the datetimepicker in date format I can preset the date value using an action and I can use the displayFormat to format the date. If I use it in type=time the time is always 12:00. I can't adjust the time or the time display f

Re: DateTimePicker

2011-01-05 Thread Dave Newton
Turn on the Dojo debug flag. Any errors in the JavaScript console? (Also, as a general reminder, you're using a deprecated component, and may not get the kind of support you want.) Dave On Wed, Jan 5, 2011 at 12:46 PM, Satheesh Kannan A B < satheesh.kan...@hcl.com> wrote: > Hi, > > Am trying w

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

2011-09-07 Thread ovanekem
Hi, I have the same problem. Apparently nobody replied to this post yet. I just hope there is a silly solution to this. What I want actually is not have the datetimepicker validate on the client side but let it post the data (in a wrong format f.i.) on the server so that validation can occur at

Re: datetimepicker

2011-09-07 Thread Dave Newton
On Wed, Sep 7, 2011 at 8:31 AM, ovanekem wrote: > I have the same problem. Apparently nobody replied to this post yet. I just > hope there is a silly solution to this. > Or the problem was solved, since it was like three years ago. > Is it possible to 'disable' client side validation ? > Don'

Struts 2.1.6 DateTimePicker

2009-03-31 Thread satyanarayana katta
Hi All, Does DateTimePicker has any way to disable a particular date or set of dates? I didn't find any parameters in the tag. I was looking at Dojo DatePicker and has parameter isDisabledDate. Don't we have something like that in sx:datetimepicker? For now I have used the DatePicke

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

Re: datetimepicker tag

2007-10-15 Thread dipti RealSoftInc
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 imported with prefix "s".. Struts2 does not support datetimepicker?? or some other r

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-16 Thread Jeromy Evans
age. Note there are several issues with this version of the datetimepicker that are discussed in other threads. If you're using Struts 2.1.x you're probably missing the struts-dojo-plugin. Michaël's reference below applies to Struts 2.1.x only. [EMAIL PROTECTED] wrote: In the la

struts 2.1 datetimepicker

2007-10-31 Thread Brian Relph
e I added the dojo taglib to my jsp: <%@ taglib prefix="d" uri="/struts-dojo-tags" %> Finally, i put a datetimepicker on the page ( i have tried both with and without declaring the theme): Looking at the tld, it appears there are no required att

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

2007-12-10 Thread Jeromy Evans
Pablo Vázquez Blázquez wrote: Hello, I´m using the datetimepicker tag with type="time" to get only the time and another one with type="date" to get only the "-MM-dd". Well, the second one works OK but the first one, gives me the actual date + the time the u

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

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

datetimepicker dateformat problem

2007-05-16 Thread David Harland
Hi, If I use the datetimepicker and add the dateFormat="dd/MM/" attribute. When the form is posted I get a convertor error. If I leave it as the default format there is no problem. Does anyone know why please. Th

datetimepicker & S2 validation

2007-06-06 Thread stanlick
I have a datetimepicker on a screen with the key=" payrollUpdate.effectiveDate". I have a PayrollUpdateAction-validation.xmlfile that corresponds to the Action associated with this web page. Inside the validation file I have the following field validation: After entering

DateTimePicker & Internet Explorer

2007-06-13 Thread Torsten Römer
The DateTimePicker looks very nice on Linux/Firefox but on Windows/IE the font is too small and the arrows to change week & month are not shown: http://luniks.net/DateTimePicker.png I tried to increase the font size by placing a modified version of DatePicker.css from struts-core.jar int

datetimepicker displayFormat AGAIN

2007-09-25 Thread meissa . sakho
I use the displayFormat attribute with the datetimepicker tag to render my dates. I need to apply the displayFormat only when date are non null. Is it possible to do that. Meissa L'integrite de ce message n'etant pas assuree sur internet, Natixis ne peut etre tenu responsable de s

Struts 2.1.2 DateTimePicker

2008-06-20 Thread Jan Froehlich
Hi @all... Are there any other themes or styles or stylesheets for the Struts 2.1.2 datetimepicker available? Or do I have to overwrite all css classes to change the appearance? The "dropdown" is very small so its really hard to pick a date. FYI: It looks like that in IE7 and Firefox 2

Datetimepicker conversion problem

2008-08-15 Thread JC Oosthuizen
Hi All, I am using a datetimepicker on my jsp. The field containing the date is of type org.joda.time.DateTime. Struts does not know how to convert DateTime to and from Strings so I created my own Converter and it works fine when I use a textfield, but gives me a ParseException when using a

datetimepicker with radio

2008-09-08 Thread xianwinwin
Hi all, Say I have 4 dates and I wish the end-user to choose one of them, how can I do that with radio Box? Say this is the datetimepicker: how can I integrate a radio box on the left side so the user can choose one. the user must have the ability to change the date (so I can't

DateTimePicker in 2.0.12

2008-11-14 Thread J J
Hello, I'm trying to use datetimepicker struts label, but when I execute it it onnly renders label. I have inside the tag head, and in the form think that perhaps I don't have all the libraries: antlr-2.7.2.jar commons-chain-1.1.jar commons-logging-api-1.1.jar freema

Validator with datetimepicker

2008-12-01 Thread curu
Hi, I encountered several problems using validators on a datetimepicker field form. Here is the html code : In my action there are the startDate field : private Date startDate; public Date getStartDate() { return startDate; } public void setStartDate(Date startDate) { this.startDate

Dojo datetimepicker problem

2008-12-02 Thread Dimitar Vlasev
Hi all, I'm using Struts 2.0.14. I'm experiencing the following problem: I tried to use datetimepicker in sample application and it worked fine except that the java.util.Date property does not retrieve the new value selected in the interface. I don't have more time today to che

Re: Readonly Datetimepicker.

2010-07-19 Thread Chris Miles
How easy could I patch the code myself to do this? Can struts tags be built publically through maven or anything? Thanks Chris - Original Message - From: "Chris Miles" To: "Struts Users Mailing List" Sent: Saturday, July 17, 2010 6:34 PM Subject: Readonly

Dojo datetimepicker problem

2010-09-08 Thread Andreas Sachs
Struts: 2.1.8.1 Hi, some of my users have a problem with the datetimepicker. During an order process the users have to provide a date. Almost all users can do this (>7000 orders). But i have three error reports, that the date selection field is not shown (the text input field and the icon

Re: datetimepicker - 2.0.5

2007-02-10 Thread Musachy Barroso
in context: http://www.nabble.com/datetimepicker2.0.5-tf3206276.html#a8903592 Sent from the Struts - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECT

S2: Disable datetimepicker

2007-04-24 Thread Scott Nesbitt
I would like to enable/disable the datetimepicker when the user selects certain radio buttons. Here is my tag: I can disable (and clear) the textbox next to the calendar icon like this: var ud = getField('mainForm', 'untildate'); ud.value = ""; ud.disab

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

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

DateTimePicker not showing

2013-07-02 Thread Fabian Richter
folder and changed my web.xml according to https://issues.apache.org/jira/browse/WW-3296 Then I excluded /struts/dojo/* /struts/ajax/*class="com.opensymphony.module.sitemesh.parser.FastPageParser"/> which was a hint for that issue on some website. But the Datetimepi

DatetimePicker Issue... Struts 2.1.2

2009-01-06 Thread Anshuman Nanda
Greetings Everyone I have facing a very unusual issue with Struts Datetimepicker. I have developed a sample application to check the functionality, where it works perfectly fine in all the browsers including IE, FF3, Opera, Safari When I try to use the same thing in my

DateTimePicker FreeMarker template error!

2009-02-23 Thread Ignacio de Córdoba
Hi there, I am trying to use DateTimePicker with struts 2.1.2 I get the following error: ¿Any ideas? ¡Thanks! Expression parameters.pushId is undefined on line 24, column 6 in template/ajax/a-close.ftl. The problematic instruction: -- ==> if parameters.pushId [on line 24, column 1

Re: struts 2.1 datetimepicker

2007-10-31 Thread Musachy Barroso
struts2-dojo-plugin > 2.1.0-SNAPSHOT > > > My struts.properties declares the 'simple' theme: > > struts.ui.theme=simple > > I added the dojo taglib to my jsp: > > <%@ taglib prefix="d" uri="/struts-dojo-tags" %> > &g

Re: struts 2.1 datetimepicker

2007-10-31 Thread Brian Relph
y struts.properties declares the 'simple' theme: > > > > struts.ui.theme=simple > > > > I added the dojo taglib to my jsp: > > > > <%@ taglib prefix="d" uri="/struts-dojo-tags" %> > > > > Finally, i put a datetimepicker

Re: struts 2.1 datetimepicker

2007-10-31 Thread Musachy Barroso
modifying the current datetimepicker would be near impossible (as you would en up with a completely different widget :) ), I'd advice to just use a template with a few fields for the different parts and add validation. musachy On 10/31/07, Brian Relph <[EMAIL PROTECTED]> wrote:

datetimepicker (type="time") problem

2008-02-13 Thread Belinda Lawson
Hello, We are trying to use the datetimepicker tag to enter both a date and a time independently. The date portion works fine. However, I find that when I use the attribute type="time", my picker does not appear on the page. My tag looks like this: Can anyone tell me what I'

datetimepicker (type="time") problem

2008-02-13 Thread Belinda Lawson
Hello, I'm trying to use the datetimepicker tag to enter both a date and a time independently. The date portion works fine. However, I find that when I use the attribute type="time", my picker does not appear on the page. My tag looks like this: Can anyone tell me what I'

struts2 datetimepicker multiple selections

2008-04-03 Thread zakaria ghandour
Hi, i want to know if it 's possible to allow multiple selections in same datetimepicker struts2 component? (to select more than one date) thanks -- View this message in context: http://www.nabble.com/struts2-datetimepicker-multiple-selections-tp16467478p16467478.html Sent from the S

datetimepicker on 2.1.1-SNAPSHOT

2008-04-16 Thread Décio Heinzelmann Luckow
Hi all, I was testing an master-detail screen with When I update the struts version to 2.1.1 a give this message: java.lang.NoClassDefFoundError: org/apache/struts2/views/jsp/ui/DateTimePickerTag at org.apache.jsp.cre_jsp._jspx_meth_s_005fdatetimepicker_005f0(* cre_jsp.java:466*) at org.apache.

datetimepicker doesn't show up

2008-04-16 Thread tristan_colson
ebugAtAllCosts: true // not needed, but allows the Venkman debugger to work with the includes }; . script type="text/javascript"> dojo.require("dojo.widget.DatePicker"); Note that the above div tag is empty. Seems like there should be something in it. The

Correct usage of datetimepicker?

2007-05-07 Thread Torsten Römer
I'm a bit unsure about a few things around datetimepicker. What type should the fields in my action class be? I am currently using java.util.Date, it works fine for request_locale=de_DE but I get a "Invalid field value for field ..." error for request_locale=en_UK and the date

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 adresse

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

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 dateformat problem

2007-05-16 Thread Musachy Barroso
The dateFormat should not be used and will be removed. Date will always be submitted as RFC 3339. musachy On 5/16/07, David Harland <[EMAIL PROTECTED]> wrote: Hi, If I use the datetimepicker and add the dateFormat="dd/MM/" attribute. When the form is posted I get a conve

RE: datetimepicker dateformat problem

2007-05-16 Thread David Harland
How can I format the displayed date? -Original Message- From: Musachy Barroso [mailto:[EMAIL PROTECTED] Sent: 16 May 2007 14:10 To: Struts Users Mailing List Subject: Re: datetimepicker dateformat problem The dateFormat should not be used and will be removed. Date will always be

Re: datetimepicker dateformat problem

2007-05-16 Thread Musachy Barroso
use "displayFormat" musachy On 5/16/07, David Harland <[EMAIL PROTECTED]> wrote: How can I format the displayed date? -Original Message- From: Musachy Barroso [mailto:[EMAIL PROTECTED] Sent: 16 May 2007 14:10 To: Struts Users Mailing List Subject: Re: datetimep

RE: datetimepicker dateformat problem

2007-05-16 Thread David Harland
Sorry Musachy that was a typo I mean't displayFormat. If I use displayFormat="dd/MM/" I get a convertor error when I post the form. -Original Message- From: Musachy Barroso [mailto:[EMAIL PROTECTED] Sent: 16 May 2007 14:19 To: Struts Users Mailing List Subject: Re:

Re: datetimepicker dateformat problem

2007-05-16 Thread Musachy Barroso
mean't displayFormat. If I use displayFormat="dd/MM/" I get a convertor error when I post the form. -Original Message- From: Musachy Barroso [mailto:[EMAIL PROTECTED] Sent: 16 May 2007 14:19 To: Struts Users Mailing List Subject: Re: datetimepicker dateformat proble

[S2] Validation on datetimepicker

2007-05-21 Thread Julien Leonard
Hello all, I'm using a datetimepicker in a search form, the result of the form is displayed in a s:div (thanks theme="ajax" on s:submit ). My problem is, when the user set a wrong value in the datetimepicker ( "toto"), the s:div is updated but with the error page. In fa

weird behaviour for dateTimePicker

2007-05-22 Thread Mansour
I am trying to use dateTimePicker on one of my pages. When ever it pops out it shows in a new page (header, footer, navigation .. etc). As if it's another page by its self. I am using siteMesh in my project and it's using the layout for the rest of the pages. I thought may be I

Re: datetimepicker & S2 validation

2007-06-06 Thread Musachy Barroso
Datetimepicker is buggy on 2.0.6, I would first make sure that the value is getting to the action, without any validation at all. musachy On 6/6/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: I have a datetimepicker on a screen with the key=" payrollUpdate.effectiveDate&

Re: datetimepicker & S2 validation

2007-06-06 Thread stanlick
It is getting to the action! Can you tell me if a new version is available? On 6/6/07, Musachy Barroso <[EMAIL PROTECTED]> wrote: Datetimepicker is buggy on 2.0.6, I would first make sure that the value is getting to the action, without any validation at all. musachy On 6/6/07,

Re: datetimepicker & S2 validation

2007-06-06 Thread Musachy Barroso
sorry. 2.1 is the one. musachy On 6/6/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: It is getting to the action! Can you tell me if a new version is available? On 6/6/07, Musachy Barroso <[EMAIL PROTECTED]> wrote: > > Datetimepicker is buggy on 2.0.6, I would first

Re: datetimepicker & S2 validation

2007-06-06 Thread Vincent Lin
e if a new version is > available? > > On 6/6/07, Musachy Barroso <[EMAIL PROTECTED]> wrote: > > > > Datetimepicker is buggy on 2.0.6, I would first make sure that the value > > is > > getting to the action, without any validation at all. > > > > m

Re: datetimepicker & S2 validation

2007-06-06 Thread Musachy Barroso
new version is > > available? > > > > On 6/6/07, Musachy Barroso <[EMAIL PROTECTED]> wrote: > > > > > > Datetimepicker is buggy on 2.0.6, I would first make sure that the > value > > > is > > > getting to the action, withou

RE: datetimepicker & S2 validation

2007-06-07 Thread David Harland
Hi Musachy , Have you fixed the bugs for the datetimepicker tag for 2.0.8? Thanks Dave. -Original Message- From: Musachy Barroso [mailto:[EMAIL PROTECTED] Sent: 06 June 2007 21:37 To: Struts Users Mailing List Subject: Re: datetimepicker & S2 validation sorry. 2.1 is the

Re: datetimepicker & S2 validation

2007-06-07 Thread Dave Newton
--- [EMAIL PROTECTED] wrote: > > > > > Is payrollUpdate.effectiveDate a String? d. Be a better Globetrotter. Get better travel answers from someone who knows. Yahoo! Answers - Check it out

Re: datetimepicker & S2 validation

2007-06-07 Thread Musachy Barroso
No. Must of them have been fixed on 2.1. Some of the fixes would require changes by the users, that's why thy are not on 2.0.x. musachy On 6/7/07, David Harland <[EMAIL PROTECTED]> wrote: Hi Musachy , Have you fixed the bugs for the datetimepicker tag for 2.0.8? Thanks Dave. --

Re: datetimepicker & S2 validation

2007-06-07 Thread stanlick
So is one of the bugs a disconnect from S2 validation? On 6/6/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: It is getting to the action! Can you tell me if a new version is available? On 6/6/07, Musachy Barroso <[EMAIL PROTECTED]> wrote: > > Datetimepicker is buggy on 2.

DateTimePicker (type time) problem

2007-06-28 Thread Kishen Simbhoedatpanday
re overriden and the currentTimePart is set. We use the following tag in the JSP page: (Notice the type="time" attribute.) The page successfully shows a datePicker with the correct value, but the timePicker shows the value "00:00". It seems that the DateTimePicker component, in st

[S2] DateTimePicker and css

2007-09-20 Thread setecastronomy
I use some css inside the web application I'm developing with Struts 2. In one form I have some dateTimePicker fields. Unfortunately when I open a calendar it is not formatted very well due to the fact that the table margin and cell padding set in the css are different from the default on

Struts2, DateTimePicker gives 1970

2008-04-30 Thread Inkwon Hwang
Environment Java5 Jboss 4.0.5 and WAS 6.1 Express Struts 2.1.1 Tiles 2.0.5 Code added and Issue When I insert not-valid date value (i.e. "aaa") and set focus to other textfield, I get "01.01.1970" to the textfield. I have read about DateTimePicker issues from Struts

Re: Datetimepicker conversion problem

2008-08-15 Thread JC Oosthuizen
: This solves my problem but I think the date picker should not give exceptions when the value is set to a empty string. Regards, JC Oosthuizen JC Oosthuizen wrote: > > Hi All, > > I am using a datetimepicker on my jsp. The field containing the date is of > type org.joda.time.D

RE: Datetimepicker conversion problem

2008-08-15 Thread Martin Gainty
ty other than intended recipient. Sender does not necessarily endorse content contained within this transmission. > Date: Fri, 15 Aug 2008 06:17:15 -0700 > From: [EMAIL PROTECTED] > To: user@struts.apache.org > Subject: Re: Datetimepicker conversion problem > > > Hi All, &g

Re: datetimepicker with radio

2008-09-08 Thread Dave Newton
--- On Mon, 9/8/08, xianwinwin wrote: > how can I integrate a radio box on the left side so the > user can choose one. I'd think the easiest solution would be to use plain HTML radio buttons, depending on your actual requirements. Another option would be to create an S2 component, but that might

Re: Dojo datetimepicker problem

2008-12-02 Thread Timothy Orme
Dimitar Vlasev wrote: Hi all, I'm using Struts 2.0.14. I'm experiencing the following problem: I tried to use datetimepicker in sample application and it worked fine except that the java.util.Date property does not retrieve the new value selected in the interface. I don't have more ti

Re: Dojo datetimepicker problem

2008-12-02 Thread Musachy Barroso
If you wanted to get this > into a date object after, I would just get it as a string and use a date > formatter to build your date. > > -Tim Orme > > Dimitar Vlasev wrote: >> >> Hi all, >> I'm using Struts 2.0.14. >> >> I'm experiencing th

Re: Dojo datetimepicker problem

2008-12-03 Thread Dimitar Vlasev
Thank you Timothy, I've suspected something like that. Of course anyone can read Date from String but the question was is this behavior a bug or a feature. Musachy: has attribute "displayFormat" but not "format". Of course it's not user friendly format thus I can't really use it in application,

Re: Dojo datetimepicker problem

2008-12-03 Thread Dimitar Vlasev
Few findings: http://struts.apache.org/2.0.14/docs/type-conversion.html at section "Built in Type Conversion Support" documentation says: XWork will automatically handle the most common type conversion for you. This includes support for converting to and from Strings for each of the following: ...

Re: Dojo datetimepicker problem

2008-12-04 Thread Dimitar Vlasev
> Though it would be even elegant enough solution if I was able to refer > to the static pattern String in the .jsp like that > > But I got exception: > According to TLD or attribute directive in tag file, attribute > displayFormat does not accept any expressions Accessing static properties resol

Re: Dojo datetimepicker problem

2008-12-04 Thread Timothy Orme
Were you able to get this to pass through as a date? After reading what was posted here it seems like it definitely should be possible, but that you were still having issues. -Tim Dimitar Vlasev wrote: Though it would be even elegant enough solution if I was able to refer to the static patter

  1   2   3   4   5   >