Just wrap your entire function with $entry, no function call.
public native void setCallDrillReport(ReportPanel rep)/*-{
$wnd.callReport = $entry(function (url) {
[email protected]::triggerDrillReport(Ljava/lang/String;)
(url);
});
}-*/;
On Friday, August 8, 2014 2:39:05 PM UTC+4, Rainer Sprünken wrote:
>
> Hi,
>
> I have developed a gwt application which uses jsni-function to trigger
> some Birt-Reports.
>
> JSNI function is definied as follows:
>
> public native void setCallDrillReport(ReportPanel rep)/*-{
> $wnd.callReport = function (url) {
> $entry([email protected]::triggerDrillReport(Ljava/lang/String;)
>
> (url));
> };
>
> }-*/;
>
> The javascript call from Birt Report looks as follows:
>
> <a href="javascript:callReport('Parameter1 = x...');" target="_top"
> title="Report">title</a>
>
> The call to the jsni method works well in all tested browsers but Google
> Chrome. Does anybody know where the problem could be?
>
> Thanks and regards Rainer
>
--
You received this message because you are subscribed to the Google Groups
"Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.