Re: Strtus2-jasper plugin rendering

2020-04-12 Thread Lukasz Lenart
sob., 11 kwi 2020 o 11:35 M Huzaifah napisał(a): > Dear Lucas and Other, > > i am generate PDF from struts using jasper plugin. i’ve found something > weird. i design my report using Jasper Report Studio (version 6.12.0 the > newest one) and then add text with bold and italic styl

RE: Jasper Plugin cannot find file

2009-04-22 Thread Security Management
location with log4j, and will have to figure out how to put it in the struts.xml file for the action. Thanks for all the help. -Original Message- From: Balwinder Kumar [mailto:balwinder@gmail.com] Sent: Tuesday, April 21, 2009 10:51 PM To: Struts Users Mailing List Subject: Re: Jaspe

Re: Jasper Plugin cannot find file

2009-04-21 Thread Balwinder Kumar
I would suggest that first give the complete absolute path and check if the program is working fine, just to ensure, there is a problem with path only. Once established problem is with path only, I may help you further. Regards, Balwinder Kumar Security Management wrote: I'm using the tutori

RE: Jasper Plugin cannot find file

2009-04-21 Thread Security Management
- From: Dave Newton [mailto:newton.d...@yahoo.com] Sent: Tuesday, April 21, 2009 4:37 PM To: Struts Users Mailing List Subject: Re: Jasper Plugin cannot find file Please start new threads for new topics. Security Management wrote: > I have put a file here: >

Re: Jasper Plugin cannot find file

2009-04-21 Thread Dave Newton
Please start new threads for new topics. Security Management wrote: I have put a file here: /jasper/report.jrxml Without any context I have no idea where that file is: is it on the classpath? Is it in the webapp root? /jasper/scrounger_report.jasper

Jasper Plugin cannot find file

2009-04-21 Thread Security Management
I'm using the tutorial here: http://struts.apache.org/2.0.14/docs/jasperreports-tutorial.html I have put a file here: /jasper/report.jrxml I can look in my war file and verify it. I'm trying to compile and render with it. Here is my action code: /jasper/scrounger

Re: [OT] Re: How to use Jasper plugin with multiple reports

2008-08-22 Thread ManiKanta G
Thanks Dave. I'll see that. Regards, ManiKanta Dave Newton wrote: --- On Fri, 8/22/08, ManiKanta G wrote: Please see the JasperReport docs for how to deal with that. Workarounds include making the field very small but making it "expand to size of largest element" and so on. Dave ***

[OT] Re: How to use Jasper plugin with multiple reports

2008-08-22 Thread Dave Newton
--- On Fri, 8/22/08, ManiKanta G wrote: > I've included a page break just before the static text. > But as the static text is almost an another page, it is > going out of page dimensions and I m not able to compile > the report. Please see the JasperReport docs for how to deal with that. Workarou

Re: How to use Jasper plugin with multiple reports

2008-08-22 Thread ManiKanta G
jasper reports usign S2 Jasper plugin? You'd need to merge them in JR somehow, or define the report in such a way that the extra text will split over pages etc. Dave - To unsubscribe, e-mail: [EMAIL PROTECTED] For ad

Re: How to use Jasper plugin with multiple reports

2008-08-22 Thread Dave Newton
final report. > > Can any one tell me how to merge two jasper reports usign > S2 Jasper plugin? You'd need to merge them in JR somehow, or define the report in such a way that the extra text will split over pages etc. Dave -

How to use Jasper plugin with multiple reports

2008-08-22 Thread ManiKanta G
full page static text. When I googled for this, I found this can be implemented using 2 or more jasper reports and merging them as a single final report. Can any one tell me how to merge two jasper reports usign S2 Jasper plugin? Thanks in advance, Regards, ManiKanta G ** DISCLAIMER

Re: Jasper plugin. Passing additional parameter

2007-11-05 Thread Tom Schneider
eport I got 'null' instead of > parameter value. > Could someone give me the point what's wrong with this example? > > Any help is appreciated. > > Best Regards > > -- > Serg > > > -- View this message in context: http://www.nabble.c

Re: Jasper plugin. Passing additional parameter

2007-11-05 Thread Manjesh Reddy
have you tried using and passing the parameters to JasperReport manually using a HashMap something like this... HashMap parameters = new HashMap(); parameters.put("test", test); JasperReport jasperReport = JasperCompileManager.compileReport(jasperD

Jasper plugin. Passing additional parameter

2007-11-05 Thread Serg Mazurok
Could someone provide the example how to pass parameters from Struts2 action to Jasper report? I have created simple Jasper report based on Struts tutorial. Then I had modified this example in order to use parameter within Jasper report. Jasper report JRXML file: / /Action: /publ

Re: Jasper plugin

2007-07-10 Thread aretobios
> plug-in.jkoutr@ >> > > -- > Chad S. Lauritsen > Ecommerce Enterprise Developer > The Sherwin-Williams Company > 216-566-2166 > > > ----- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-ma

Re: Jasper plugin

2007-07-10 Thread Chad S. Lauritsen
Sure. I've attached an action that will allow you to use jasperreports to write to the output stream. You'll have to tweak the classpath. Mine probably won't work. It will load, compile and cache jrxml files located in /WEB-INF/reports. It uses a javax.sql.DataSource from JNDI. It also will tak

Jasper plugin

2007-07-10 Thread aretobios
http://www.nabble.com/Jasper-plugin-tf4055930.html#a11521166 Sent from the Struts - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]