I found this tantalizingly close msg: http://www.mail-archive.com/[email protected]/msg55375.html
Sounds like about what I'd need; except I've moved on to wicket 1.5. I don't need any pagination or other bells & whistles - just a simple way to deliver dynamically generated pdf reports. (Although Excel ouput might be nice too) I think I'd do links with report name and other named parameters in the URL, then have my app declare a shared resource mounted at \reports. I was hoping someone has already done this and I could learn (or shamelessly copy) from it. ;) I could not find any version of org.wicketstuff jasperreports > 1.4.x I did find jasperreports-maven-plugin and so it's compiling .jrxml into .jasper at build time just fine. Could someone kindly point me in the right direction with a brief example perhaps? Thanks, -- Jim.
