Hi to all

I'm trying to call a javascript methods from my gwt application to a
js file included in my project, but I always have the same error: "the
method xxxxx can't be founded" (or something similar).

I have tried to put the js file in my public directory and linked it
from my html file (hosted file) and from gwt.xml file, but it doesn't
work.

I am trying with a jsni call, and instead of a jsni call I put the
follow code:

alert('hello world');

it works. It seems that the problem is because I don't link the js
file correctly.

somebody could help me?

thanks a lot
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to