• 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
  • Tim Cooke
  • paul wheaton
  • Paul Clapham
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Roland Mueller
  • Piet Souris
Bartenders:

Struts 2 - IBatis - MySQL - Jasper report combination

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

I am using the Struts 2 - IBatis - MySQL - Jasper report combination.

My Master.xml file will be......



It works fine in the ireport3.0.0. ie I am getting the report and sub report.

Because we use the query in the report server



But it does not work in the struts 2 file. I am getting the report file. The field are b.id, b.company_id, b.buyer_id values are null. We can get the values of bd.branch_id, bd.buyername, bd.buyer_addr1 and also We did not get the subreport.

Because we have configured the resultMap="BuyerDetailsResult" in the ibatis query.

How do you get the report and subreport ?

Please guide on this issue.

Thanks & regards,

Siva N P
 
reply
    Bookmark Topic Watch Topic
  • New Topic