Search...
FAQs
Subscribe
Pie
FAQs
Recent topics
Flagged topics
Hot topics
Best topics
Search...
Search within Open Source Projects
Search Coderanch
Advance search
Google search
Register / Login
Win a copy of
Eclipse Collections Categorically: Level up your programming game
this week in the
Open Source Projects
forum!
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
Ron McLeod
Jeanne Boyarsky
Sheriffs:
Paul Clapham
Saloon Keepers:
Tim Holloway
Roland Mueller
Bartenders:
Forum:
Other Open Source Projects
ireport with struts2
sathya rajavel
Greenhorn
Posts: 8
posted 12 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Here Arraylist contains value but the datasource returns null.please please help me
public String printPDF() { log.info("===========PDF Printing==============="); ArrayList<OperRepDTO> printpdf=new ArrayList<OperRepDTO>(); log.info(operRepList.size()); printpdf.addAll(operRepList); log.info(printpdf.size()); return SUCCESS;
<action name="printOperReport" class="OperRepAction" method="printPDF"> <result name="success" type="jasper"> <param name="location">/WEB-INF/CFS .jasper</param> <param name="dataSource">printpdf</param> <param name="format">PDF</param> </result> </action>
If you send is by car it's a shipment, but if by ship it's cargo. This tiny ad told me:
Clean our rivers and oceans from home
https://www.kickstarter.com/projects/paulwheaton/willow-feeders
reply
reply
Bookmark Topic
Watch Topic
New Topic
Boost this thread!
Similar Threads
datasource for jasper report in struts.xml with struts2
generating pdf from jsp
Problem in iReport3.7.1 ,Struts2
Problem in struts2-jasperreports
Problem in using "exportParameters" in struts2
More...