JSNI Methode call does not work...

2010-06-02 Thread Go2one
Hi, I've the following Class: public class Designer { private final native JavaScriptObject addNode() /*-{ alert(Pre JSNI call); th...@de.go2one.sdui.client.processdesigner.processdesigner::sendNode(Ljava/ lang/String;Ljava/lang/Integer;Ljava/lang/Integer;)(TEST, 100, 100); alert(Post

Re: JSNI Methode call does not work...

2010-06-02 Thread kozura
Your method signature doesn't match your class (String x3). Also, use int and I for signature instead of the Integer class. On May 31, 2:53 pm, Go2one dennis.schum...@go2one.de wrote: Hi, I've the following Class: public class Designer {  private final native JavaScriptObject addNode()