How easy can it get...I did this and got no popups..any tips?
plink = new PageLink("popwin",new ImageViewer());
PopupSettings p = new PopupSettings();
p.setWidth(300).setHeight(300).setTop(23).setWindowName("Image Preview");
plink.setPopupSettings(p);
add(plink);
