sirghost Posted August 27, 2009 Share Posted August 27, 2009 I'm using this:JasperReport jasperReport = JasperCompileManager.compileReport(fileName);after that i can create a pdf and that's ok, but actually i want to use it with struts2 then I saw this:<param name="location">something.jasper</param> I need that something.jasper.Then for using struts2 and jasper, i think i'll need that file (something.jasper)[/code]but that sentence don't create a something.jasper , anything idea? how can to create my something.jasper from code?Sorry my english isnt very well, i hope you can understand my problem.thx for advance :)Post Edited by sirghost at 08/27/2009 18:51 Link to comment Share on other sites More sharing options...
Teodor Danciu Posted August 28, 2009 Share Posted August 28, 2009 Hi, You should have read the sticky message READ ME FIRST, before posting here.You would have found this FAQ:http://jasperforge.org/uploads/publish/jasperreportswebsite/trunk/faq.html?group_id=252#FAQ22and the /demo/samples/webapp sample provided with the JR project package, which shows you everything you need to know about JR and web applications. I hope this helps.Teodor Link to comment Share on other sites More sharing options...
sirghost Posted August 28, 2009 Author Share Posted August 28, 2009 thx a lot Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now