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..
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/mSXZ4PO_1B0J.
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