Jump to content

I need a .jasper


sirghost

Recommended Posts

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

  • Replies 2
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

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#FAQ22

and 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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...