JSP page within GWT frame
Posted
by manu sinha
on Stack Overflow
See other posts from Stack Overflow
or by manu sinha
Published on 2010-04-12T11:10:28Z
Indexed on
2010/04/12
11:13 UTC
Read the original article
Hit count: 380
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.
© Stack Overflow or respective owner