Running RDF file as a web page
I am using reports 9i on a windows platform. I have created a report in reports builder saved as an RDF file - from reports builder I can run the report either as web preview or 'paper' preview. The web preview look like the typical output you would get from running a JSP report.
If I then deploy my report to my server, is there any way of running it for the web, to get the same JSP style look and feel, without first saving it as a JSP file.
The reason I ask is that I am using the SRW.APPLY_DEFINITION procedure to customise my report at run time. This does not seem to work when running the report as a JSP, so I am forced to use a RDF file. However I still want to be able to use the web-based customisation that I can get from JSP pages.
Any ideas,
Jon