Redirecting to a PDF file
David R Robison <[email protected]>
| Newsgroups | gmane.comp.java.enhydra.barracuda.general |
|---|---|
| Message-ID | <[email protected]> |
I am trying to integrate Jasper Reports into my barracuda application. I have it
so that when the user issues the GetReport.event, the file Report.pdf is
generated. I then want to redirect to that file so that it will be displayed in
the web browser. I do a ClientSideRedirect("WEB-INF/report/Report.pdf");. In the
web browser I get a 404 error with no detail. Is there something else I need to
do to get content back from a barracuda application without having to envoke
another event?
David Robison