return "/components/showPanelPage/show.jsp";
}
public void closePopup() {
ModalDialogComponent mdc = getModalDialogComponent();
if (mdc.isShowing()) mdc.hide();
}
public boolean openDialog(Panel panel, CommandRequest request, String page, String title, int width, int height) {
this.page = page;
return openDialog(panel, request, title, width, height);