Re: struts2, jasper reports, nested List error

2011-02-16 Thread Aaron Brown
I was able to find a workaround for my problem. The solution is in two parts: 1) This blog entry from Bruce Phillips who gives a walkthrough on solving exactly this problem: http://www.brucephillips.name/blog/index.cfm/2008/7/12/Using-The-JasperReports-Struts2-Plugin-A-Main-Report-And-A-Subreport

Re: struts2, jasper reports, nested List error

2011-02-16 Thread Dave Newton
That it works in JSP is meaningless--the two mechanisms are nothing alike. The error message describes exactly what the problem is; you're passing a list, not something that JR can use. Tragically, I don't actually remember what I did to fix this, although I thought I had changed the plugin to han

struts2, jasper reports, nested List error

2011-02-16 Thread Aaron Brown
I'm learning how to use Jasper reports, in this case as a result from a Struts2 (2.1.8) web app. I'm sending a List (ArrayList) of objects to a report and when the case is that simple, I have things working just fine. Next, I need to report a hierarchy of data like this example: List parents; Par