JSP page within GWT frame
- by manu sinha
i have created a gwt application in which
i need to display a series of jsp pages. the jsp pages are present
inside a gwt frame which itself is present within a Tabpanel.
Now i need to close the tab panel automatically as soon as the user
enters the value in any jsp page and submit it.
Can anyone suggest me any possible solution as to how i can access(get
reference) the tab panel from the jsp page in order to close it.