The moose likes Other Open Source Projects and the fly likes How to open report builder form(oracle) while clicking the jsp page(Online) link Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Products » Other Open Source Projects
Reply Bookmark "How to open report builder form(oracle) while clicking the jsp page(Online) link" Watch "How to open report builder form(oracle) while clicking the jsp page(Online) link" New topic
Author

How to open report builder form(oracle) while clicking the jsp page(Online) link

udayagiri anji
Greenhorn

Joined: Jul 07, 2011
Posts: 2
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.

if any one knows the solution please help me.

Thanks,
Pete Nelson
Ranch Hand

Joined: Aug 30, 2010
Posts: 144

You should be able to do this by passing any parameters to the report in a query string (see http://en.wikipedia.org/wiki/Query_string ). You can also look at http://docs.oracle.com/cd/E12839_01/bi.1111/b32121/pbr_run001.htm as a reference for parameters in Reports 11g


OCPJP

"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
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.


Thanks
Pete Nelson
Ranch Hand

Joined: Aug 30, 2010
Posts: 144

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
 
Threads others viewed
download zip in jsp
Problem with commandLink
How to select the link thru the javascript
Oracle 10g Form Builder
JSP hyperlink problem
WebSphere development made easy
without the weight of IBM tools
http://www.myeclipseide.com