Re: Error: dojo is not defined

2007-12-22 Thread ravi_eze
check if u had defined in ur jsp tag. one more thing: explode strruts-core.jar and copy the folder struts in it. it would contain dojo.. etc files. on including the head tag as said above, and view source u will find stru ts is trying to call some .js files. make sure that u get them all from s

RE: Error: dojo is not defined

2007-10-11 Thread Dean Pullen
ojo is not defined Yes I have, but using Firefox web dev plugin, it shows the JS files as not loaded. Looking into further, thanks... -Original Message- From: Musachy Barroso [mailto:[EMAIL PROTECTED] Sent: 11 October 2007 16:45 To: Struts Users Mailing List Subject: Re: Error: dojo is n

RE: Error: dojo is not defined

2007-10-11 Thread Dean Pullen
Yes I have, but using Firefox web dev plugin, it shows the JS files as not loaded. Looking into further, thanks... -Original Message- From: Musachy Barroso [mailto:[EMAIL PROTECTED] Sent: 11 October 2007 16:45 To: Struts Users Mailing List Subject: Re: Error: dojo is not defined did

Re: Error: dojo is not defined

2007-10-11 Thread Musachy Barroso
did you set theme="ajax" on your head tag? Are the dojo js files loaded by the browser? musachy On 10/11/07, Dean Pullen <[EMAIL PROTECTED]> wrote: > Ok another one... > > > > I see the dojo is in the core jar, and the dojo head seems to get > defined correctly in the JSP. > > > > Anyone know the