Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

fillReport with view object

843840Sep 9 2008 — edited Sep 10 2008
Hi all,
I have an application developed using ADF and jDeveloper.
My new use case is making a report of a view object that contains my .jspx page.
I've been reading and learning about jasper reports and ireports, i 've done some examples, I have created a report in ireports and called it from a .jspx page.
Now i have a question.
How can I pass a viewObject to the report? it would be easy if the VO consist on a simple SQL query.I would create the report with jdbc connection and go on. But this one has a bind variable that is changed by the user.

ej:

SELECT username
FROM Workers
Where Workers.cod:=CodParam

Any idea or interesting reading about this issue is welcome.

Thanks in advance,

Ainara
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 8 2008
Added on Sep 9 2008
1 comment
120 views