Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Intelligence (Analytics)
Integrating BIRT and Struts
eldon
Did anyone integrate BIRT with Struts application framework ? Can it work ? Any experience can you share ?
Find more posts tagged with
Comments
cypherdj
eldon,<br />
<br />
have a look at the following article:<br />
<a class='bbc_url' href='
http://www.birt-exchange.com/modules/wfdownloads/singlefile.php?cid=5&lid=28'>http://www.birt-exchange.com/modules/wfdownloads/singlefile.php?cid=5&lid=28</a><br
/>
<br />
Hope this helps,<br />
Cedric
msita143
<a class='bbc_url' href='
http://www.birt-exchange.com/modules/wfdownloads/singlefile.php?cid=5&lid=28'>http://www.birt-exchange.com/modules/wfdownloads/singlefile.php?cid=5&lid=28</a>
; article has a link which is not working<br />
can you please fix it.
hardik_982
HI
I have successfully implements my struts 2.0.11 project as BIRT supported project
I have use following tools
1.eclipse 3.3
2.birt 2.2
3.struts 2.0.11
4. yui libraries (jar files)
for that i have first create dynamic web project using birt features and then i have added all required jar files in web-inf/lib used in struts support and yui suport and create my struts enabled project
Thanks to both BIRT and Struts 2
Prateek
Hi,
I am new to BIRT. I wish to use the yui with BIRT. Could you please guide me on the same.
shruti
I am facing issues with linking custom JSP page to report. Could you please tell me what i am doing wrong?
I have a jsp where i have created form with all the input parameters to my report. On submit of this form i am calling a struts action class where the getter and setters are defined for the parameters. The result of struts action is another jsp where i am calling my BIRT report in <birt:viewer> tag with showparameterPage="false". In the report initialize method i am doing the following:
var session = reportContext.getHttpServletRequest().getSession();
var myparam = session.getAttribute("abc");
reportContext.setParameterValue("abc", myparam );
where abc is the report parameter.
When i run the report the report it runs using default parameter value. The parameter is getting passed as null from JSP to the report. I am using struts2 in my application.
Thanks.
user27
Hi
I also have same requirement. I need to create some reports/Flash Charts using Struts and BIRT. Could you provide me some code to start application?
How do you pass parameters from JSP and to action class? Do we need to create report already or it will be created using those parameters which are passed through jsp.
Please do the help.
Thanks