How to open report builder form(oracle) while clicking the jsp page(Online) link
udayagiri anji
Greenhorn
Joined: Jul 07, 2011
Posts: 2
posted
0
Hi All
I should access the report builder form form jsp page. but i am unable to understand How to open report builder form(oracle) while clicking the jsp page(Online) link.
"In preparing for battle I have always found that plans are useless, but planning is indispensable."
-- Dwight D. Eisenhower
udayagiri anji
Greenhorn
Joined: Jul 07, 2011
Posts: 2
posted
0
Hi Pete Nelson
Thanks your suggessition. but the report form url is like this type : http://abc.com:8181/FNDWRR.exe?temp_id=3326783459 Temp id is runtime generated. I don't know how to pass the parameters. Give me suggessions.
It depends on how you are creating the page with the link. If you're using JSP & JSTL, you probably want to use a request attribute (calling it "tempID" below) the c:url tag
In the above case, the variable "tempID" would have to be set at runtime by your JSP. I am not 100% sure how you are getting that temp_id to begin with.
subject: How to open report builder form(oracle) while clicking the jsp page(Online) link