Jump to content

boomramada

Members
  • Posts

    2
  • Joined

  • Last visited

boomramada's Achievements

Newbie

Newbie (1/14)

  • Week One Done
  • One Month Later
  • One Year In
  • First Post Rare
  • Conversation Starter Rare

Recent Badges

0

Reputation

  1. Hello, Im new to jasper, just a quick question, do i have to compile and save to file before convert to the pdf. or could able to compile and run on the fly from the jrxml. eg: byte[] cr = JasperCompileManager.compileReportToFile( path + "Report.jrxml").getBytes(); ByteArrayInputStream is = new ByteArrayInputStream(cr); JasperRunManager.runReportToPdfStream(is, servletOutputStream, new HashMap(), new JREmptyDataSource()); Is it possible? however, that gives an net.sf.jasperreports.engine.JRException: Error loading object from InputStream
  2. Hello, can any one able to point me to the jasper report tutorials for struts 1.x please, I can able to setup the struts 2 but having issue setting it up with struts 1.x
×
×
  • Create New...