A problem about the web application of Birt and Tapestry [message #901218] |
Fri, 10 August 2012 11:48 |
|
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 |
|
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!
|
|
|
Powered by
FUDForum. Page generated in 0.04022 seconds