Commit 65e9c5a2 authored by bpandey's avatar bpandey

change lavel to Work Plan


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@96298 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 8c0bbbe9
package ibase.dashboard.mfg.bean;
import ibase.webitm.utility.ITMException;
import java.io.BufferedWriter;
import java.io.File;
import java.io.FileOutputStream;
import java.io.IOException;
import java.io.OutputStreamWriter;
import java.util.HashMap;
import java.util.List;
import javax.servlet.ServletException;
......@@ -46,17 +40,12 @@ public class ProductionVsBudgetReportServlet extends HttpServlet
exportImagePath =(String)request.getParameter("exportImagePath");
preyearMonth =(String)request.getParameter("preyearMonth");
rptTitle =(String)request.getParameter("rptTitle");
System.out.println("userID====="+userID);
//System.out.println("exportPDFPath====="+exportPDFPath);
//System.out.println("exportImagePath====="+exportImagePath);
//System.out.println("preyearMonth====="+preyearMonth);
//System.out.println("rptTitle====="+rptTitle);
System.out.println("userID inside servlet====="+userID);
//call EJB method for PDF creation*******************
String resultString= bean.generatePDF(gridDataMap, exportPDFPath, exportImagePath, preyearMonth, rptTitle,userID);
response.setContentType("text/html");
System.out.println("resultString is ="+resultString);
if(resultString.equals("false"))
{
response.getWriter().write("false");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment