• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Probelm in Calling Sub-reports in Struts1.3

 
Greenhorn
Posts: 26
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

While clicking a button I am calling a report. It is working fine,

in mean time what am trying to do. i have a another report in a combination main report invoking subreport.
so my scenario is..
Inside the main report there is a sub-report. While calling... it throws this kind of error. The report is made of ireport (3.0.0) tool.

i have this error:
org.apache.jasper.JasperException:
Could not load object from location : C:\XXX\SampleOrder\WebRoot\reportXXX0_subreport0.jasper

Please guide me.

-raka




 
reply
    Bookmark Topic Watch Topic
  • New Topic