Re: communication beetween html page and gwt application

27 views
Skip to first unread message

Rob

unread,
Jul 15, 2012, 11:41:16 PM7/15/12
to google-we...@googlegroups.com
Hi,

- index.html

    <!-- You can use this to pass start-up information to your GWT module -->
    <script language="javascript">

      var Pages = {
        page: "MainPage"
      };

    </script>

- EntryPoint.java

      // get Host Page name
      Dictionary dictionary = Dictionary.getDictionary("Pages");
      revealCurrentPlace(dictionary.get("page"));

Cheers
Rob

Kiahu.com

On Saturday, July 14, 2012 4:13:32 PM UTC+10, vj wrote:
hello friends,
              i need 2 pass the value from an external html page  to my gwt application, can we do this..
               If possible please help me..


thank u..
Reply all
Reply to author
Forward
0 new messages