Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Calling Java Method from .JSP (iFrame)

    Hello,



    As written in the title, I am facing a difficulty in calling a Java method from a .JSP file.

    The pictures attached shows what my simplified code looks like(.java & .jsp file).

    I've run out of wits as of how to resolve this issue.

    Please kindly assist if any solution or pointer is available.



    Thanks in advance.

    Click image for larger version

Name:	java.png
Views:	189
Size:	38.6 KB
ID:	261383
    Click image for larger version

Name:	jsp.png
Views:	452
Size:	25.8 KB
ID:	261384


    Browser: Google Chrome
    GWT version: 2.7.0


    #2
    The $wnd syntax is specific to JSNI. You don't use it in JavaScript that is not part of JSNI. Just use "window.splendidExample()".

    Comment

    Working...
    X