abhijitkolhatkar
Programmer
hi All,
I have a simple JSP web application and an actuate server.
I need to alter the JSP Web application in such a way that there will be links on that application and I will be able to run the actuate reports by clicking on the link...
I figured out a way of doing it in this way:
Put an HREF tag and the source will be:
parameters here>
Now, this implementation has two problems.
1. I have to expose a lot of details like username and password.
2. Only simple tasks like running/viewing a report can be done thru this..
Anybody knows any other way using which I can totally integrate JSP Application with Actuate Server.
Ideally..
This JSP page will show reports available for running, reports successfull ran and can run reports from links.
Thanks in advance...
I have a simple JSP web application and an actuate server.
I need to alter the JSP Web application in such a way that there will be links on that application and I will be able to run the actuate reports by clicking on the link...
I figured out a way of doing it in this way:
Put an HREF tag and the source will be:
parameters here>
Now, this implementation has two problems.
1. I have to expose a lot of details like username and password.
2. Only simple tasks like running/viewing a report can be done thru this..
Anybody knows any other way using which I can totally integrate JSP Application with Actuate Server.
Ideally..
This JSP page will show reports available for running, reports successfull ran and can run reports from links.
Thanks in advance...