Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » BIRT » how to call birt report from jsp page(how to call birt report from jsp page)
icon14.gif  how to call birt report from jsp page [message #1089721] Mon, 19 August 2013 06:18 Go to next message
sruthi santhy is currently offline sruthi santhyFriend
Messages: 4
Registered: August 2013
Junior Member
Sir,

I have a jsp page with following code. What i need is that, when i click on the "Documents" link, say Report1 should open.

Similarly, when I click on "Messages" link, say Report2 should open. How can i do this? All jar files and tld files, from web Viewer Example I have copied into my project. Also Report Viewer has been copied.

What else is needed for the same. Kindly help. Awaiting your prompt response.
<!DOCTYPE html>


<html lang="en">

<head>

<meta charset="utf-8">

<title>CSS3 Menu - Impressionist UI - by Valeriu Timbuc for Design Modo</title>

<link rel="stylesheet" href="style.css" media="screen">
<style type="text/css">
html, body { margin: 0; padding: 0; }
ul.menu { margin: 25px auto 0 auto; }
</style>
</head>

<body>



<ul class="menu" id="menu">

<li><a href="#">Consolidated</a></li>
<li><a href="#">Likes</a></li>
<li><a href="#">Views</a>

<ul>
<li><a href="#" class="documents">Documents</a></li>
<li><a href="#" class="messages">Messages</a></li>
<li><a href="#" class="signout">Sign Out</a></li>
</ul>

</li>
<li><a href="#">Uploads</a></li>
<li><a href="#">Videos</a></li>
<li><a href="#">Documents</a></li>




</ul> <!-- end .menu -->

</body>

</html>
Re: how to call birt report from jsp page [message #1091882 is a reply to message #1089721] Thu, 22 August 2013 04:27 Go to previous message
Michael Williams is currently offline Michael WilliamsFriend
Messages: 1925
Registered: July 2009
Senior Member

If you're just wanting the report to open in the viewer, you could simply put a url for the report into the href property that points to your deployed viewer. Am I missing something?

Michael

Developer Evangelist, Silanis
Previous Topic:Drill Through Multiple Parameters
Next Topic:Birt report displaying XML file when run
Goto Forum:
  


Current Time: Thu Apr 25 06:03:55 GMT 2024

Powered by FUDForum. Page generated in 0.02685 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top