public CommandResponse actionSelectImage(Panel panel, CommandRequest request) throws Exception {
return new ShowPopupPanelPage(panel, PAGE_CHOOSE_IMAGE);
}
public CommandResponse actionSelectLink(Panel panel, CommandRequest request) throws Exception {
return new ShowPopupPanelPage(panel, PAGE_CHOOSE_LINK);
}