Problems with s:datetimepicker

2008-11-13 Thread Nick Maunder | Oathouse
Hi I'm trying to use s:datetimepicker in my application (Struts2) I have a basic version running correctly on a jsp The problem comes when I try to integrate with tiles The page then loads correctly before wiping and "loading" constantly. Im using firefox and my fire

Re: s:datetimepicker doesn' t work after upgraded to struts2.0.12

2008-11-02 Thread Rene Gielen
he complete version of 2.0.14? -Ursprüngliche Nachricht- Von: Musachy Barroso [mailto:[EMAIL PROTECTED] Gesendet: Donnerstag, 30. Oktober 2008 15:20 An: Struts Users Mailing List Betreff: Re: s:datetimepicker doesn' t work after upgraded to struts2.0.12 We are trying to get people to

Re: s:datetimepicker doesn' t work after upgraded to struts2.0.12

2008-10-31 Thread Musachy Barroso
tag, 30. Oktober 2008 15:20 > >An: Struts Users Mailing List > >Betreff: Re: s:datetimepicker doesn' t work after upgraded to > >struts2.0.12 > > > >We are trying to get people to test the latest xwork before releasing > >2.0.14, if you could try it would help. >

S2 problem with s:datetimepicker validation

2008-10-31 Thread Andras Balogh
Hi, I have encountered the following problem in Struts 2.0.11.2: I'm using the tag and I added a required validator on it. If the field is empty the client side validation is trying to call "addError" as expected but then a javascript alert shown: "do not validate:". This is happening in th

AW: s:datetimepicker doesn' t work after upgraded to struts2.0.12

2008-10-31 Thread Juergen.Leeb
t;An: Struts Users Mailing List >Betreff: Re: s:datetimepicker doesn' t work after upgraded to >struts2.0.12 > >We are trying to get people to test the latest xwork before releasing >2.0.14, if you could try it would help. > >regards >musachy > >On Thu, Oct 30, 2008 at

RE: AW: s:datetimepicker doesn' t work after upgraded to struts2.0.12

2008-10-30 Thread Martin Gainty
not necessarily endorse content contained within this transmission. > From: [EMAIL PROTECTED] > To: user@struts.apache.org > Date: Thu, 30 Oct 2008 14:43:51 +0100 > Subject: AW: s:datetimepicker doesn' t work after upgraded to struts2.0.12 > > Thanks for information. &g

Re: s:datetimepicker doesn' t work after upgraded to struts2.0.12

2008-10-30 Thread Musachy Barroso
; Stuff it! > > Is there the possibility to download a complete 2.0.13 version of struts? > > > > >-Ursprüngliche Nachricht- > >Von: Nils-Helge Garli Hegvik [mailto:[EMAIL PROTECTED] > >Gesendet: Donnerstag, 30. Oktober 2008 13:46 > >An: Struts Users Ma

AW: s:datetimepicker doesn' t work after upgraded to struts2.0.12

2008-10-30 Thread Juergen.Leeb
. Oktober 2008 13:46 >An: Struts Users Mailing List >Betreff: Re: s:datetimepicker doesn' t work after upgraded to >struts2.0.12 > >It might be related to this issue: >https://issues.apache.org/struts/browse/WW-2849 > >Nils-H > >On Thu, Oct 30, 2008 at 1:20 PM, <

Re: s:datetimepicker doesn' t work after upgraded to struts2.0.12

2008-10-30 Thread Nils-Helge Garli Hegvik
It might be related to this issue: https://issues.apache.org/struts/browse/WW-2849 Nils-H On Thu, Oct 30, 2008 at 1:20 PM, <[EMAIL PROTECTED]> wrote: > Hello, > > I am using the s:datetimepicker in struts 2.0.11.2. > After updating to version 2.0.12 I got the error "

s:datetimepicker doesn' t work after upgraded to struts2.0.12

2008-10-30 Thread Juergen.Leeb
Hello, I am using the s:datetimepicker in struts 2.0.11.2. After updating to version 2.0.12 I got the error "dojo not defined". Is there someting different in the new version. Or, perhaps a bug? Does anybody have the sa

Re: s:datetimepicker

2008-09-30 Thread Pablo Vázquez Blázquez
avascript) which is executed on the client side. You could find the process construction in dojo's source (widget>DatePicker.js). Regards, Sébastien Pablo Vázquez Blázquez a écrit : Thank you Sébastien, but this is not actually my issue, but when does dojo do create the hidden inputs for

Re: s:datetimepicker

2008-09-30 Thread Sébastien Domergue
Sébastien, but this is not actually my issue, but when does dojo do create the hidden inputs for each s:datetimepicker tag. (why if I have the form when loads and once it is loaded, they are different.) Sébastien Domergue escribió: Hello, We are using Struts 2 + Dojo too and it seems that date

Re: s:datetimepicker

2008-09-30 Thread Pablo Vázquez Blázquez
ruction in dojo's source (widget>DatePicker.js). Regards, Sébastien Pablo Vázquez Blázquez a écrit : Thank you Sébastien, but this is not actually my issue, but when does dojo do create the hidden inputs for each s:datetimepicker tag. (why if I have the form when loads and once it is loaded,

Re: s:datetimepicker

2008-09-30 Thread Sébastien Domergue
o do create the hidden inputs for each s:datetimepicker tag. (why if I have the form when loads and once it is loaded, they are different.) Sébastien Domergue escribió: Hello, We are using Struts 2 + Dojo too and it seems that datetimepicker separate informations into a list with two element

Re: s:datetimepicker

2008-09-30 Thread Pablo Vázquez Blázquez
this is not actually my issue, but when does dojo do create the hidden inputs for each s:datetimepicker tag. (why if I have the form when loads and once it is loaded, they are different.) Sébastien Domergue escribió: Hello, We are using Struts 2 + Dojo too and it seems that datetimepicker

Re: s:datetimepicker

2008-09-30 Thread Sébastien Domergue
x27;s source (widget>DatePicker.js). Regards, Sébastien Pablo Vázquez Blázquez a écrit : Thank you Sébastien, but this is not actually my issue, but when does dojo do create the hidden inputs for each s:datetimepicker tag. (why if I have the form when loads and once it is loaded, they are d

Re: s:datetimepicker

2008-09-30 Thread Pablo Vázquez Blázquez
Thank you Sébastien, but this is not actually my issue, but when does dojo do create the hidden inputs for each s:datetimepicker tag. (why if I have the form when loads and once it is loaded, they are different.) Sébastien Domergue escribió: Hello, We are using Struts 2 + Dojo too and it

Re: s:datetimepicker

2008-09-30 Thread Sébastien Domergue
form (type == "load"), it has "N" elements. When the form is rendered, if I see it in the DOM, it has N+2*m elements (where "m" is the number of s:datetimepicker tags the form has). So, why when I get the form from the data response in the subscribed topic those i

s:datetimepicker

2008-09-30 Thread Pablo Vázquez Blázquez
endered, if I see it in the DOM, it has N+2*m elements (where "m" is the number of s:datetimepicker tags the form has). So, why when I get the form from the data response in the subscribed topic those input tags are not present? W

Re: s:datetimepicker Exception

2008-09-01 Thread Gabriel Belingueres
It can mean that you did not configured the S2 filter in the web.xml file at all. 2008/9/1, Dave Newton <[EMAIL PROTECTED]>: > --- On Mon, 9/1/08, Harden ZHU wrote: > > I am using s:datetimepicker as follow > > > > > displayFormat="-MM-dd" />

Re: s:datetimepicker Exception

2008-09-01 Thread Dave Newton
--- On Mon, 9/1/08, Harden ZHU wrote: > I am using s:datetimepicker as follow > > displayFormat="-MM-dd" /> > > When user.birthDate is null, i got exception > == > Caused by: The Struts dispatcher cannot be found. This is > usually &g

s:datetimepicker Exception

2008-09-01 Thread Harden ZHU
Hi, I am using s:datetimepicker as follow When user.birthDate is null, i got exception == Caused by: The Struts dispatcher cannot be found. This is usually caused by using Struts tags without the associated filter. Struts tags are only usable when the request has passed

s:autocompleter and s:datetimepicker

2008-05-20 Thread vivek d
I am facing an issue with the s:autocompleter. When I use the theme="ajax", the autocompleter doesnt work. The reason for me to use this theme is to make the showDownArrow="false". This is what i am using - . One more thing, is there any chance I could disable ONLY the textfield of the . When I

Re: s:datetimepicker version 2.0.11 issue

2008-02-20 Thread Jeromy Evans
akash agrawal wrote: Issue: 1. Time cannot be edited by going straight to the text field and entering using keyboard. It only allows to pick up the time from the popup. However popup only gives minutes granularity in 5 minutes interval. Any workaround? Is there a better mailing list to post th

s:datetimepicker version 2.0.11 issue

2008-02-20 Thread akash agrawal
Hi, My code is: Issue: 1. Time cannot be edited by going straight to the text field and entering using keyboard. It only allows to pick up the time from the popup. However popup only gives minutes granularity in 5 minutes interval. Any workaround? Is there a better mailing lis

Re: no hour valye for the s:datetimepicker of type time

2007-02-11 Thread xiao jie
Hi Musachy: thanks for the information!! cheers Pam - Original Message From: Musachy Barroso <[EMAIL PROTECTED]> To: Struts Users Mailing List Sent: Sunday, February 11, 2007 5:40:57 AM Subject: Re: no hour valye for the s:datetimepicker of type time This is a known issue and

Re: no hour valye for the s:datetimepicker of type time

2007-02-10 Thread Musachy Barroso
This is a known issue and a Dojo limitation. I'll try to fix it for 2.0.6 if possible. https://issues.apache.org/struts/browse/WW-1644 regards musachy On 2/11/07, xiao jie <[EMAIL PROTECTED]> wrote: Hi : I am experienving a small issue with the s:datetimepicker, I set the type of

no hour valye for the s:datetimepicker of type time

2007-02-10 Thread xiao jie
Hi : I am experienving a small issue with the s:datetimepicker, I set the type of the tag to "time" to use it as timepicker, however I can't see the hour value in the box, whenever I pick a time, it just shows am/pm mm:ss but not the hour value. I've tried to change the dis

cannot see s:datetimepicker

2007-01-30 Thread xiao jie
Hi : I am using struts 1.0.4 now and I try to use the s:datetimepicker, i can see the tag label but not the datetimepicker itself... am i missing sth here? do I have to configure dojo explicitly to get it working? or is it included in struts2 already? and when I use it says Servlet.service

Re: s:datetimepicker not working

2007-01-29 Thread Musachy Barroso
Which build are you using? regards musachy xiao jie wrote: Hi : I seem to have problem with the s:datetimepicker tag in my struts 2 application, I used the quickstart project as a template and starting point for my project, but when I include a s:datetimepicker in a jsp page,it says No tag

Re: s:datetimepicker not working

2007-01-28 Thread xiao jie
Hi Dariusz: thanks a lot!! Pam - Original Message From: Dariusz Wojtas <[EMAIL PROTECTED]> To: Struts Users Mailing List Sent: Sunday, January 28, 2007 8:21:43 PM Subject: Re: s:datetimepicker not working Look at the link I have given you :) http://people.apache.org/builds/

Re: s:datetimepicker not working

2007-01-28 Thread Dariusz Wojtas
Look at the link I have given you :) http://people.apache.org/builds/struts/nightlies/2.0.x/ These are the nightly builds for Struts 2. Download struts core, struts api + the plugins you need - only a set from the last day. Alternatively checkout the sources from the repository and make a build

Re: s:datetimepicker not working

2007-01-28 Thread xiao jie
hi: I am using struts 2 2.0.1 but how do I update it to 2.0.4? thanks a lot. Pam - Original Message From: Dariusz Wojtas <[EMAIL PROTECTED]> To: Struts Users Mailing List Sent: Sunday, January 28, 2007 7:58:20 PM Subject: Re: s:datetimepicker not working Which version of S2 a

Re: s:datetimepicker not working

2007-01-28 Thread Dariusz Wojtas
Which version of S2 are you using? There were changes in this area in the last month. You need to use 2.0.3, or preferably 2.0.4 to use it this way http://people.apache.org/builds/struts/nightlies/2.0.x/ Dariusz Wojtas - To uns

s:datetimepicker not working

2007-01-28 Thread xiao jie
Hi : I seem to have problem with the s:datetimepicker tag in my struts 2 application, I used the quickstart project as a template and starting point for my project, but when I include a s:datetimepicker in a jsp page,it says No tag "datetimepicker" defined in tag library imported with