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
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
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.
>
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
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
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
; 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
. 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, <
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 "
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
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
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
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,
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
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
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
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
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
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
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" />
--- 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
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
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
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
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
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
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
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
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
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
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/
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
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
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
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
35 matches
Mail list logo