Re: [NEWB] JasperReports with Tapestry

2006-02-14 Thread Konstantin Ignatyev
There is nothing tapestry specific in the dealing with JasperReport, do that as JR documentation suggests and then simply stream result back to browser, the way of straing back depends on report output format:PDF, HTML, etc. Jorge Quiroga <[EMAIL PROTECTED]> wrote: Hello: I wanna know how to sh

[NEWB] JasperReports with Tapestry

2006-02-14 Thread Jorge Quiroga
Hello: I wanna know how to show a JasperReport based on DB data with Tapestry. I read and try to extract and use the Dmitri Gusev component, but I'm confused with how generate the JRDatasource from the component or how to give it from my application. Someones knows how to show a JasperReport