Converting byte array to pdfor any filetype using JSF
Sonara Rahul
Ranch Hand
Joined: Jul 07, 2001
Posts: 60
posted
0
Hi All,
The below code is working fine in a DynamicProject created in RAD.But in portlet project its not workign.I'm getting null pointer exception for httpresponse,so I made it static in SessionHelper class.Now I get null pointer exception while trying to get ServletoutputStream instance.
My requirement is when I click on the command button or commandLink I'm calling a method which converts byte array to filetype specified.But I get null pointer exception when I try to get servletoutputstream.If someone has faced the same pbm and got the solution please let me know. I'm posting my code here.