| Author |
Open page on button click
|
Amar Thomas
Greenhorn
Joined: Nov 29, 2011
Posts: 1
|
|
|
'when I click on a button it should open a new Hello page .How could I implement that in gwt rpc
|
 |
Maneesh Godbole
Saloon Keeper
Joined: Jul 26, 2007
Posts: 8439
|
|
Welcome to the Ranch.
GWT-RPC is for calls to the server side to obtain data asynchronously. Is that a part of your requirement? If yes, you can read more about it here http://code.google.com/webtoolkit/doc/latest/tutorial/RPC.html
GWT applications are typically one page apps. What exactly are you trying to do when you say "open a new Hello page"?
|
[Donate a pint, save a life!] [How to ask questions] [Onff-turn it on!]
|
 |
 |
|
|
subject: Open page on button click
|
|
|