Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » BIRT » A problem about the web application of Birt and Tapestry
A problem about the web application of Birt and Tapestry [message #901218] Fri, 10 August 2012 11:48 Go to next message
Zhongling HANG is currently offline Zhongling HANGFriend
Messages: 9
Registered: June 2012
Location: Lille,France
Junior Member
Hi, everybody,

Now I am trying to create a web application for Birt using Tapestry. I came up with a problem when I want to show the chart and the table in the web page of the site. I have found something that I want to realise, which is done with JSP.

<%@ taglib prefix="birt" uri="/WEB-INF/birt.tld" %>

<birt:report id ="0"
top="20"
left="20"
width="600"
height="600"
reportDesign="reports/TableOfActionDistributionValues.rptdesign"
position="relative"
format="html">
</birt:report>
Is there any way in which we can realise the same thing with Tapestry? Or any other workaround? Thank you very much for your idea!


Jubula, SWTBot
Re: A problem about the web application of Birt and Tapestry [message #901620 is a reply to message #901218] Mon, 13 August 2012 16:39 Go to previous message
Jason Weathersby is currently offline Jason WeathersbyFriend
Messages: 9167
Registered: July 2009
Senior Member

I am not that familiar with Tapestry, but I thought it was POJO based.
You could always write a simple pojo to runandrender the report using
the BIRT APIs.

Jason

On 8/10/2012 7:48 AM, Zhongling HANG wrote:
> Hi, everybody,
>
> Now I am trying to create a web application for Birt using Tapestry. I
> came up with a problem when I want to show the chart and the table in
> the web page of the site. I have found something that I want to realise,
> which is done with JSP.
>
> <%@ taglib prefix="birt" uri="/WEB-INF/birt.tld" %>
>
> <birt:report id ="0"
> top="20"
> left="20"
> width="600"
> height="600"
>
> reportDesign="reports/TableOfActionDistributionValues.rptdesign"
> position="relative"
> format="html">
> </birt:report> Is there any way in which we can realise
> the same thing with Tapestry? Or any other workaround? Thank you very
> much for your idea!
Previous Topic:Integrating BIRT ReportEngine into a Web Application Module
Next Topic:BIRT Engine cannot find ODA dataSource
Goto Forum:
  


Current Time: Sat Apr 27 01:12:49 GMT 2024

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

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

Back to the top