InterviewSolution
Saved Bookmarks
| 1. |
How to enable history support in GWT application? |
|
Answer» In order to use GWT History support, we must first embed following iframe into our host HTML page. <iframe src="javascript:''" id="__gwt_historyFrame" style="width:0;height:0;border:0"></iframe> |
|