I'm trying to include a external JS file (prototype framework) in my
gwt application but I'm getting problems. I tried many ways to do it
like include the script file in header section of the host page before
the script nocache.js and using Automatic Resource Inclusion,
described here
http://code.google.com/webtoolkit/documentation/com.google.gwt.doc.DeveloperGuide.Fundamentals.Modules.AutomaticResourceInjection.html,
but I always get a error.
Have anyone had successful include prototype framework without errors?
Regards,
I've incorporated external javascript with the <script ...> tag in my
gwt.xml as described in the automatic resource inclusion page without
problems (well, I always forget that the methods must be qualified
with $doc or $win when you invoke them in JSNI methods, but other than
that I haven't had problems.)
What error are you getting?
--Rogan
Thanks!
On Oct 9, 2:06 pm, "cresw...@gmail.com" <cresw...@gmail.com> wrote:
> On Oct 8, 11:49 am, Lourival Junior <junior.u...@gmail.com> wrote:
>
> > Have anyone had successful includeprototypeframework without errors?