Hi,
I am using smartGWT Power Edition.
I am using Portlet component as below:
Portlet contentSection = new Portlet();
htmlPane = new HTMLPane();
htmlPane.setContentsType(ContentsType.PAGE);
htmlPane.setContentsURL(pdfPath);
contentSection.addMember(htmlPane);
Whenever i maximize the portlet, the call to the pdf URL is fired again. How can i stop the behaviour.
Regards,
Swati
I am using smartGWT Power Edition.
I am using Portlet component as below:
Portlet contentSection = new Portlet();
htmlPane = new HTMLPane();
htmlPane.setContentsType(ContentsType.PAGE);
htmlPane.setContentsURL(pdfPath);
contentSection.addMember(htmlPane);
Whenever i maximize the portlet, the call to the pdf URL is fired again. How can i stop the behaviour.
Regards,
Swati
Comment