hi
i want to show html page at popupsetting window.Code is like,
PageParameters pars=new PageParameters();
        pars.add("name",getId());
        PopupSettings popupSettings = new
PopupSettings(PageMap.forName("popuppagemap")).setHeight(
                500).setWidth(500);
        add(new BookmarkablePageLink("popupLink",
CustomHelp.class,pars).setPopupSettings(popupSettings));

secondly,
public class CustomHelp extends WebPage {
 public CustomHelp(PageParameters page) {
      1. process page
         ////----------here i want to set html file in popupsettings.

how do i make this.Is there any way to do this?

Thanks and Regards,
Swapnil


-- 
View this message in context: 
http://www.nabble.com/want-to-set-html-page-in-popupsetting-tp19256439p19256439.html
Sent from the Wicket - Dev mailing list archive at Nabble.com.

Reply via email to