Re: Problems with wicketstuff-contrib-jasperreports

2008-04-12 Thread Peter Neubauer
Thanks, That worked great! /peter On 4/4/08, Maurice Marrink <[EMAIL PROTECTED]> wrote: > Not sure what the status is of that project, but it not that hard to > do it yourself. > Something like this should get you started. > > InputStream is = getClass().getResourceAsStream("template.jrxml"); > J

Re: Problems with wicketstuff-contrib-jasperreports

2008-04-04 Thread Maurice Marrink
Not sure what the status is of that project, but it not that hard to do it yourself. Something like this should get you started. InputStream is = getClass().getResourceAsStream("template.jrxml"); JasperDesign design = JRXmlLoader.load(is); //do something with template JasperReport report = JasperC

Problems with wicketstuff-contrib-jasperreports

2008-04-03 Thread Peter Neubauer
Hi all, I tried using a copy of the page at http://wicket-stuff.svn.sourceforge.net/svnroot/wicket-stuff/trunk/wicket-contrib-jasperreports/src/examples/java/wicket/contrib/jasperreports/examples/ReportLinksPage.java to get some Jasperreport out, but instead, I am getting ERROR - RequestCycle