referencing the dojo.js shipped with 2.0.11
\struts\struts-2.0.11\src\core\target\classes\org\apache\struts2\static\dojo
\src\namespaces
java -jar F:\RHINO\rhino1_6R5\js.jar
Rhino 1.6 release 5 2006 11 18
js> load("dojo.js");
js: "dojo.js", line 11: uncaught JavaScript runtime exception:
ReferenceError: "
dojo" is not defined.

--vs using the upgraded dojo-0.4.3-ajax version
\Dojo\dojo-0.4.3-ajax>java -jar F:\RHINO\rhino1_6R5\js.jar
Rhino 1.6 release 5 2006 11 18
js> load("dojo.js");
js> dojo.version
0.4.3 (8617)

appears for the moment 0.4.3 is the better version ..

Thanks/
Martin--
----- Original Message -----
From: "Ted Husted" <[EMAIL PROTECTED]>
To: "Struts Users Mailing List" <user@struts.apache.org>
Sent: Friday, November 09, 2007 10:24 AM
Subject: Re: dojo version in struts 2.0.11?


> I wonder if it would be possible to retrofit the 2.1 Dojo plugin for 2.0?
>
> -Ted.
>
> On Nov 9, 2007 8:25 AM, Antonio Petrelli <[EMAIL PROTECTED]>
wrote:
> > 2007/11/9, Sami Dalouche <[EMAIL PROTECTED]>:
> > > If anyone is interested, I have created my own dojo 1.0.0 theme for
> > > standard Struts 2 tags. (works on Dojo 2.0.11).
> >
> > Sami and Alvaro:
> > if you want to contribute the Dojo 1.0 theme, then you probably file a
> > JIRA issue.
> > The simplest thing to do is creating a patch and attach it to the JIRA
> > issue itself.
> > You should create this patch against Struts 2 trunk (for 2.1.x
> > releases), where the Dojo theme is specified as a plugin:
> > http://svn.apache.org/repos/asf/struts/struts2/trunk/plugins/dojo/
> >
> > Ciao
> > Antonio
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
>
>
>
> --
> HTH, Ted <http://www.husted.com/ted/blog/>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to