communication beetween html page and gwt application

2012-07-15 Thread vj
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

Re: communication beetween html page and gwt application

2012-07-15 Thread Rob
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 =