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

2007-05-25 Thread MLENEVEUT
  > > dojoType="struts:StrutsDatePicker"id="contacts_dateDeb" > name="dateDeb" inputName="dojo.dateDeb" displayFormat="dd/MM/" > saveFormat="rfc"> > > > > > > > I don

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

2007-05-24 Thread Musachy Barroso
s this ? Do I have to copy some files from dojo-plugin/resources to /crm/struts ? Or specify another baseRelativePath ? Thanks for your help. Regards, Michaël [EMAIL PROTECTED] 23/05/2007 17:43 Veuillez répondre à "Struts Users Mailing List" A "Struts Users Mailing List&q

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

2007-05-24 Thread MLENEVEUT
his ? Do I have to copy some files from dojo-plugin/resources to /crm/struts ? Or specify another baseRelativePath ? Thanks for your help. Regards, Michaël [EMAIL PROTECTED] 23/05/2007 17:43 Veuillez répondre à "Struts Users Mailing List" A "Struts Users Mailing List&q

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

2007-05-23 Thread MLENEVEUT
7;struts.widget' is not defined after loading '__package__.js' I add a folder struts/dojo in my "WebContent" folder, containing the resource of dojo-plugin "resources\org\apache\struts2\static\dojo\struts", but the same errors occures :/ Michaël "Musac

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

2007-05-23 Thread Musachy Barroso
s the input), 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" A "Struts Users Mailing List" cc Objet Re: [S2 v2.1.0] Da

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

2007-05-23 Thread MLENEVEUT
, it fills the input), 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" A "Struts Users Mailing List" cc Objet R

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

2007-05-23 Thread MLENEVEUT
: > > Check to see if you have scriptaculos.js included as well as you dojo > scripts...I was getting a problem with firefox in relation to this. > Andrew > > -Original Message- > From: Musachy Barroso [mailto:[EMAIL PROTECTED] > Sent: 23 May 2007 14:15 > To: Struts User

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

2007-05-23 Thread Julien Leonard
[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 <[EMAIL PROTECTE

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 o

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

[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"%>