开发者

Communication between portlet and servlet

开发者 https://www.devze.com 2023-03-25 14:40 出处:网络
Hi i have written a portlet which generates a report in pdf format but my requirement is to provide the download option for the user开发者_开发技巧 to download that pdf, i am using servlet to download

Hi i have written a portlet which generates a report in pdf format but my requirement is to provide the download option for the user开发者_开发技巧 to download that pdf, i am using servlet to download the file but i am not able to pass the information from portlet to servlet.

please help me on this issue.


Maybe you should generate the PDF-report in the servlet itself. Othervise you probably need to use some temporary directory to store the pdf and download it from there in the servlet.

0

精彩评论

暂无评论...
验证码 换一张
取 消