Re: [S2 v2.1.0] DateTimePicker : Dojo javascript error

2007-05-25 Thread MLENEVEUT
Re: [S2 v2.1.0] DateTimePicker : Dojo javascript error the /struts folder is inside the struts-core jar, and no, you shouldn't have to specify anything else. I'm clueless about this one, even more weird is that you said the datepicker was showing up, even with the error. musachy On 5/24/07

Re: [S2 v2.1.0] DateTimePicker : Dojo javascript error

2007-05-24 Thread MLENEVEUT
:/ Michaël Musachy Barroso [EMAIL PROTECTED] 23/05/2007 17:30 Veuillez répondre à Struts Users Mailing List user@struts.apache.org A Struts Users Mailing List user@struts.apache.org cc Objet Re: [S2 v2.1.0] DateTimePicker : Dojo javascript error Can you do a maven clean and recompile

Re: [S2 v2.1.0] DateTimePicker : Dojo javascript error

2007-05-24 Thread Musachy Barroso
/2007 17:30 Veuillez répondre à Struts Users Mailing List user@struts.apache.org A Struts Users Mailing List user@struts.apache.org cc Objet Re: [S2 v2.1.0] DateTimePicker : Dojo javascript error Can you do a maven clean and recompile/redeploy? In the last days I've been making changes

[S2 v2.1.0] DateTimePicker : Dojo javascript error

2007-05-23 Thread MLENEVEUT
Hi all, I try to insert a datetimepicker tag in my JSP, and I have the following javascript error : symbol 'struts.widget' is not defined after loading '__package__.js' here is my JSP : %@ taglib uri=/struts-dojo-tags prefix=sx% sx:head / s:form action=contacts table border=0 width=100%

Re: [S2 v2.1.0] DateTimePicker : Dojo javascript error

2007-05-23 Thread Musachy Barroso
that usually means that there is a javascript error in one of the struts dojo widgets. If you set debug=true on the head tag you should a lot of errors on the page. musachy On 5/23/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi all, I try to insert a datetimepicker tag in my JSP, and I

Re: [S2 v2.1.0] DateTimePicker : Dojo javascript error

2007-05-23 Thread Musachy Barroso
I just compiled/deployed the dojo plugin and showcase seems to be working fine, are you compiling S2.1 yourself? musachy On 5/23/07, Musachy Barroso [EMAIL PROTECTED] wrote: that usually means that there is a javascript error in one of the struts dojo widgets. If you set debug=true on the

RE: [S2 v2.1.0] DateTimePicker : Dojo javascript error

2007-05-23 Thread Andrew Penrose
v2.1.0] DateTimePicker : Dojo javascript error I just compiled/deployed the dojo plugin and showcase seems to be working fine, are you compiling S2.1 yourself? musachy On 5/23/07, Musachy Barroso [EMAIL PROTECTED] wrote: that usually means that there is a javascript error in one of the struts dojo

Re: [S2 v2.1.0] DateTimePicker : Dojo javascript error

2007-05-23 Thread Julien Leonard
Barroso [mailto:[EMAIL PROTECTED] Sent: 23 May 2007 14:15 To: Struts Users Mailing List Subject: Re: [S2 v2.1.0] DateTimePicker : Dojo javascript error I just compiled/deployed the dojo plugin and showcase seems to be working fine, are you compiling S2.1 yourself? musachy On 5/23/07, Musachy Barroso

Re: [S2 v2.1.0] DateTimePicker : Dojo javascript error

2007-05-23 Thread MLENEVEUT
@struts.apache.org cc Objet Re: [S2 v2.1.0] DateTimePicker : Dojo javascript error Maybe with this : sx:head theme=ajax/ instead of sx:head / 2007/5/23, Andrew Penrose [EMAIL PROTECTED]: Check to see if you have scriptaculos.js included as well as you dojo scripts...I was getting a problem with firefox

Re: [S2 v2.1.0] DateTimePicker : Dojo javascript error

2007-05-23 Thread MLENEVEUT
v2.1.0] DateTimePicker : Dojo javascript error that usually means that there is a javascript error in one of the struts dojo widgets. If you set debug=true on the head tag you should a lot of errors on the page. musachy On 5/23/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi all, I

Re: [S2 v2.1.0] DateTimePicker : Dojo javascript error

2007-05-23 Thread Musachy Barroso
), but I have this javascript error, and my HTML page is not good rendered. Michaël Musachy Barroso [EMAIL PROTECTED] 23/05/2007 15:12 Veuillez répondre à Struts Users Mailing List user@struts.apache.org A Struts Users Mailing List user@struts.apache.org cc Objet Re: [S2 v2.1.0] DateTimePicker

Re: [S2 v2.1.0] DateTimePicker : Dojo javascript error

2007-05-23 Thread MLENEVEUT
/05/2007 17:30 Veuillez répondre à Struts Users Mailing List user@struts.apache.org A Struts Users Mailing List user@struts.apache.org cc Objet Re: [S2 v2.1.0] DateTimePicker : Dojo javascript error Can you do a maven clean and recompile/redeploy? In the last days I've been making changes