Re: Query regarding printing and closing Jasper reports in Struts2.5

2024-03-20 Thread Tanveer Alaie
code to close the browser window after > printing. > https://developer.mozilla.org/en-US/docs/Web/API/Window/afterprint_event > > Regards, > > Nate Kerkhofs > > -Original Message- > From: Tanveer Alaie > Sent: Tuesday, 19 March 2024 08:08 > To: user@strut

RE: Query regarding printing and closing Jasper reports in Struts2.5

2024-03-20 Thread Nate Kerkhofs
erkhofs -Original Message- From: Tanveer Alaie Sent: Tuesday, 19 March 2024 08:08 To: user@struts.apache.org Subject: Query regarding printing and closing Jasper reports in Struts2.5 I am facing an issue with printing and closing Jasper reports in my Struts2 application. Here's a brief

Query regarding printing and closing Jasper reports in Struts2.5

2024-03-19 Thread Tanveer Alaie
I am facing an issue with printing and closing Jasper reports in my Struts2 application. Here's a brief overview of the problem: Description: In my Struts2 web application, I have a requirement to generate Jasper reports and provide an option to print them directly from the browser. Additio

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

unable to integrate .jasper file to my struds project

2014-04-29 Thread manju2222
HI i'm trying to integrate .jasper file to my struds project i am new to this please help me please let me know the configuration what i need to do thanks in advance Manju -- View this message in context: http://struts.1045723.n5.nabble.com/unable-to-integrate-jasper-file-

Re: Jasper Report Problem in HTML format

2012-04-27 Thread suhaib999
etLocation("WEB-INF/classes/jasper/our_jasper_template.jasper"); result = result.setDataSource("myList"); result = result.setFormat("HTML"); result = result.setImageServletUrl("/servlets/image?image="); return result; } -- View this message in context: http://

Re: directly send Jasper report to printer in WebApplication from local printer

2011-04-28 Thread nagarjunabatt...@gmail.com
dat means i hav to use content Disposition ok bt later will the print action be revoked or not??? Please elaborate ur idea using code please -- View this message in context: http://struts.1045723.n5.nabble.com/directly-send-Jasper-report-to-printer-in-WebApplication-from-local-printer

Re: directly send Jasper report to printer in WebApplication from local printer

2011-04-27 Thread Dave Newton
(Sorry if this is a dupe.) On Wed, Apr 27, 2011 at 5:07 AM, nagarjunabatt...@gmail.com wrote: > bt here when i am calling from client the print is invoking the server > printer unlike using local resource(printer). Well, your code is running on the server, so I'm not surprised. You need to stream

directly send Jasper report to printer in WebApplication from local printer

2011-04-27 Thread nagarjunabatt...@gmail.com
all said and done my code is working well i am using JasperPrintManager.printReport(jasperPrint, false); in struts environment. bt here when i am calling from client the print is invoking the server printer unlike using local resource(printer). can u find me the solution for this its very very da

directly send Jasper report to printer in WebApplication from local printer

2011-04-27 Thread nagarjunabatt...@gmail.com
damn urgent for me -- View this message in context: http://struts.1045723.n5.nabble.com/directly-send-Jasper-report-to-printer-in-WebApplication-from-local-printer-tp4343114p4343114.html Sent from the Struts - User mailing list archive at Nabble.com

How to embed jasper report in jsp page using struts2-jasperreports-plugin

2011-03-25 Thread Sewwandi
Hi I'm creating a report using jasper report and successfully generated the report with struts2-jasperreports-plugin, in my web application. the report is displayed in html format, now i need to embed this report in a jsp page, but couldn't find a way to do that. Could some one please

Re: struts2, jasper reports, nested List error

2011-02-16 Thread Aaron Brown
de :( > > Dave > > On Wed, Feb 16, 2011 at 12:11 PM, Aaron Brown > wrote: >> I'm learning how to use Jasper reports, in this case as a result from >> a Struts2 (2.1.8) web app. I'm sending a List (ArrayList) of objects >> to a report and when the case is

Re: struts2, jasper reports, nested List error

2011-02-16 Thread Dave Newton
plugin to handle that. Perhaps I never checked it in, which would be too bad, because I no longer have access to that code :( Dave On Wed, Feb 16, 2011 at 12:11 PM, Aaron Brown wrote: > I'm learning how to use Jasper reports, in this case as a result from > a Struts2 (2.1.8) web ap

struts2, jasper reports, nested List error

2011-02-16 Thread Aaron Brown
I'm learning how to use Jasper reports, in this case as a result from a Struts2 (2.1.8) web app. I'm sending a List (ArrayList) of objects to a report and when the case is that simple, I have things working just fine. Next, I need to report a hierarchy of data like this example: Li

Re: need help on struts jasper reports

2011-01-25 Thread Frans Thamura
Our experiencr Jasper plugins more effort rather using ireport to jdbc /m/ -Original Message- From: "Yaragalla, Muralidhar" Date: Tue, 25 Jan 2011 18:32:50 To: 'user@struts.apache.org' Reply-To: "Struts Users Mailing List" Subject: need help on struts j

Re: need help on struts jasper reports

2011-01-25 Thread Dave Newton
It's pretty much impossible to help with that limited amount of information. What version of S2 are you using? What's in the logs? Have you sanity-checked with a simple report? What's your configuration look like? Is anything else in the app working, or is it just this? Dave On Tue, Jan 25, 2011

need help on struts jasper reports

2011-01-25 Thread Yaragalla, Muralidhar
Hi we have done everything which is shown in the tutorial "http://struts.apache.org/2.0.14/docs/jasperreports-tutorial.html"; but when we call the action class we are getting 500 error. So what could be the reason? Thanks and Regards, Muralidhar Yaragalla, Senior Software Specialist, Patni Compu

Re: result type Jasper [Struts 2]

2010-12-02 Thread @rju
hi Dave, Hope you remember me recently i have asked the problem in jasper reports with struts. In that the problem is only on iText2.1.0.jar but now am facing problem due to the slow processing... Especially the JasperFillReport method is performing very slow and data base issues are also coming

Re: Jasper Relevancy

2010-11-18 Thread Frans Thamura
We use hibernate and spring as ioc The jsp just plain jdbc and several list /m/ -Original Message- From: stanl...@gmail.com Date: Thu, 18 Nov 2010 06:46:46 To: Struts Users Mailing List Reply-To: "Struts Users Mailing List" Subject: Re: Jasper Relevancy So that's

Re: Jasper Relevancy

2010-11-18 Thread stanlick
truts2 more work than jsp > > > > May be anyone have a better solution > > > > /m/ > > -- > > *From: * Dave Newton > > *Date: *Thu, 18 Nov 2010 07:38:42 -0500 > > *To: *Struts Users Mailing List; < > > fr...@meruvian.org> > > *Subj

Re: Jasper Relevancy

2010-11-18 Thread Frans Thamura
We have both implementation I still work to make the json become jasper meta datasource, like ajax way which we want The jsp is more integrated. With ireport /m/ -Original Message- From: Dave Newton Date: Thu, 18 Nov 2010 07:41:18 To: Cc: Struts Users Mailing List Subject: Re

Re: Jasper Relevancy

2010-11-18 Thread Dave Newton
> > But feel using struts2 more work than jsp > > May be anyone have a better solution > > /m/ > -- > *From: * Dave Newton > *Date: *Thu, 18 Nov 2010 07:38:42 -0500 > *To: *Struts Users Mailing List; < > fr...@meruvian.org> > *Subj

Re: Jasper Relevancy

2010-11-18 Thread Frans Thamura
Ya we want to make pdf as output But feel using struts2 more work than jsp May be anyone have a better solution /m/ -Original Message- From: Dave Newton Date: Thu, 18 Nov 2010 07:38:42 To: Struts Users Mailing List; Subject: Re: Jasper Relevancy People use JasperReports when they

Re: Jasper Relevancy

2010-11-18 Thread Dave Newton
Users Mailing List > Reply-To: "Struts Users Mailing List" > Subject: Re: Jasper Relevancy > > If you want reports? > > On Thursday, November 18, 2010, Frans Thamura wrote: > > hi all > > > > what is the benefit using Jasper with S2, if we can run usin

Re: Jasper Relevancy

2010-11-18 Thread Frans Thamura
If? Don't get it Can share? /m/ -Original Message- From: Dave Newton Date: Thu, 18 Nov 2010 07:00:57 To: Struts Users Mailing List Reply-To: "Struts Users Mailing List" Subject: Re: Jasper Relevancy If you want reports? On Thursday, November 18, 2010, Frans Thamu

Re: Jasper Relevancy

2010-11-18 Thread Dave Newton
If you want reports? On Thursday, November 18, 2010, Frans Thamura wrote: > hi all > > what is the benefit using Jasper with S2, if we can run using JSP and run > well > > i see that we must use List and throw to Jasper with S2, is there a better

Jasper Relevancy

2010-11-18 Thread Frans Thamura
hi all what is the benefit using Jasper with S2, if we can run using JSP and run well i see that we must use List and throw to Jasper with S2, is there a better alternatif F

Re: result type Jasper [Struts 2]

2010-11-18 Thread @rju
hi got it man. the problem here is my iText.jar i ve downloaded new one the now its working.. Thanks a lot from early reply thank u thanks alot -- View this message in context: http://old.nabble.com/result-type-Jasper--Struts-2--tp11004749p30244620.html Sent from the Struts - User mailing list

Re: result type Jasper [Struts 2]

2010-11-16 Thread @rju
JasperCompileManager.compileReportToFile(context.getRealPath("/jasper/Report.jrxml"),context.getRealPath("/jasper/Report.jasper")); -- View this message in context: http://old.nabble.com/result-type-Jasper--Struts-2--tp11004749p30235451.html Sent from the Struts - User mailing list a

Re: result type Jasper [Struts 2]

2010-11-16 Thread @rju
JasperCompileManager.compileReportToFile(context.getRealPath("/jasper/Report.jrxml"),context.getRealPath("/jasper/Report.jasper")); -- View this message in context: http://old.nabble.com/result-type-Jasper--Struts-2--tp11004749p30235420.html Sent from the Struts - User mailing list a

Re: result type Jasper [Struts 2]

2010-11-16 Thread @rju
ext: http://old.nabble.com/result-type-Jasper--Struts-2--tp11004749p30235337.html Sent from the Struts - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-ma

Re: result type Jasper [Struts 2]

2010-11-16 Thread Dave Newton
che Software Foundation//DTD Struts Configuration 2.0//EN" >    "http://struts.apache.org/dtds/struts-2.0.dtd";> > >         >                 >           class="org.apache.struts2.views.jasperreports.JasperReportsResult" /> >   >    

Re: result type Jasper [Struts 2]

2010-11-16 Thread @rju
";> /jasper/Report.jasper myList PDF > - > -web.xml http://java.

Re: result type Jasper [Struts 2]

2010-11-16 Thread @rju
. >myList = new ArrayList(); >myList.add(p1); >myList.add(p2); >myList.add(p3); >myList.add(p4); > >// Normally we would provide a pre-compiled .jrxml file >// or check to make sure we don't compile on every

Re: result type Jasper [Struts 2]

2010-11-15 Thread Dave Newton
I can't actually see anything, but do you have an action configured for the report? On Mon, Nov 15, 2010 at 11:34 PM, @rju wrote: > > ok boss let me shou you my files > -struts.xml > > > > > > > > > > >                        /jaspe

Re: result type Jasper [Struts 2]

2010-11-15 Thread @rju
ok boss let me shou you my files -struts.xml /jasper/Report.jasper myList PDF

Re: result type Jasper [Struts 2]

2010-11-15 Thread Brian Thompson
On Mon, Nov 15, 2010 at 7:08 AM, Dave Newton wrote: > On Mon, Nov 15, 2010 at 2:40 AM, @rju wrote: > > Guys am also getting problem using jasper reports with struts 2.. please > help > > me ASAP... same tutorial i too followed > > ... > > How can anybody help i

Re: result type Jasper [Struts 2]

2010-11-15 Thread Dave Newton
On Mon, Nov 15, 2010 at 2:40 AM, @rju wrote: > Guys am also getting problem using jasper reports with struts 2.. please help > me ASAP... same tutorial i too followed ... How can anybody help if we have no idea what problem you're ha

Re: result type Jasper [Struts 2]

2010-11-14 Thread @rju
Guys am also getting problem using jasper reports with struts 2.. please help me ASAP... same tutorial i too followed -- View this message in context: http://old.nabble.com/result-type-Jasper--Struts-2--tp11004749p30215529.html Sent from the Struts - User mailing list archive at Nabble.com

Re: dynamic create jasper jrxml file

2010-10-13 Thread Dave Newton
You should ask Jasper questions in their lists/forums--more likely to get answers. Doing this means you'd be recompiling the report every time it's run. On Wednesday, October 13, 2010, cellterry wrote: > > Hello all, > > Is it a normal way to create jrxml file for ja

Re: Dynamic create jasper jrxml file

2010-10-13 Thread Maurizio Cucchiara
rt.addTextField("name"); > : > : > > I have searched online but no one uses similar things. > > Thank you for any help! > > Terry. > > -- > View this message in context: > http://old.nabble.com/Dynamic-creat

dynamic create jasper jrxml file

2010-10-13 Thread cellterry
Thank you for any help! Terry. -- View this message in context: http://old.nabble.com/dynamic-create-jasper-jrxml-file-tp29951173p29951173.html Sent from the Struts - User mailing list archive at Nabble.com. - To unsub

Jasper for ODF

2010-08-20 Thread Frans Thamura
hi all we know jasper 3 has feature to export to ODS and ODT, using oasis exporter any one know, who to export to this 2 format result="ods" ? -- Frans Thamura Director Meruvian. The Most Complete Java Services Provider in Indonesia Mobile: +6287885901958 Blog &

Re: Jasper Report Problem in HTML format

2010-06-22 Thread Amol Ghotankar
st regards, > Celinio > Fernandes > > --- On Mon, 6/21/10, Amol Ghotankar wrote: > > From: Amol Ghotankar > Subject: Re: Jasper Report Problem in HTML format > To: "Struts Users Mailing List" > Date: Monday, June 21, 2010, 9:25 AM > > Yes it could b

Re: Jasper Report Problem in HTML format

2010-06-21 Thread Celinio Fernandes
    net.sf.jasperreports.j2ee.servlets.ImageServlet         ImageServlet     /servlets/image   HTH Best regards, Celinio Fernandes --- On Mon, 6/21/10, Amol Ghotankar wrote: From: Amol Ghotankar Subject: Re: Jasper Report Problem in HTML format To: "Struts Users Mailing List" Date: Monday, June 21, 201

Re: Jasper Report Problem in HTML format

2010-06-21 Thread Amol Ghotankar
Yes it could be path issue, but the images point to the images folder in web content. No images are generated in my case as I have searched them everywhere. Where are the images generally kept when using jasper reports in html format using struts2. On Mon, Jun 21, 2010 at 5:55 PM, Rahul Mohan

Re: Jasper Report Problem in HTML format

2010-06-21 Thread Rahul Mohan
Looks like its a path issue. Please see if the image tags in the generated HTML point to the proper URL for images. From: Amol Ghotankar To: Struts Users Mailing List Date: 21-06-2010 17:21 Subject: Re: Jasper Report Problem in HTML format Dear List members, My problem is still not

Re: Jasper Report Problem in HTML format

2010-06-21 Thread Amol Ghotankar
Dear List members, My problem is still not resolved. I am not able to show jasper reports in html format in struts 2. The images that are generated in html format are missing. Please help me on it. Regards, Amol ghotankar On Sun, Jun 20, 2010 at 11:56 PM, Amol Ghotankar wrote: > As per

Re: Jasper Report Problem in HTML format

2010-06-20 Thread Amol Ghotankar
As per my knowleadge they are not getting generated properly, as i tried to search them on all possible folders, evern via searching in my computer. Has anyone tried jasper reports in html format before? PDF & XLS working perfectly fine and images are generated and displayed there wit

Re: Jasper Report Problem in HTML format

2010-06-20 Thread Brian Thompson
ist members, > > I have successfully embedded jasper reports with struts 2, thanks to the >...

Re: Jasper Report Problem in HTML format

2010-06-20 Thread Amol Ghotankar
re created dynamically. On Sun, Jun 20, 2010 at 4:34 PM, Amol Ghotankar wrote: > Dear List members, > > I have successfully embedded jasper reports with struts 2, thanks to the > documentation. > > Only major problem that i am facing is when I give format as HTML in xml > fi

Jasper Report Problem in HTML format

2010-06-20 Thread Amol Ghotankar
Dear List members, I have successfully embedded jasper reports with struts 2, thanks to the documentation. Only major problem that i am facing is when I give format as HTML in xml file, the html page opens but the images are not found. What can be done so that the path of images will be taken

struts1 and jasper reports

2009-07-16 Thread Odelya YomTov
Hi! I would like to implement JASPER and my struts1 appliction I have list of orders and items and I would like to use it . I am new to JASPER. Does anyone know of an example for it? Thanks - To unsubscribe, e-mail: user

Re: Error in Jasper printReport [Friday]

2009-05-29 Thread Musachy Barroso
onné que les email >> peuvent facilement être sujets à la manipulation, nous ne pouvons accepter >> aucune responsabilité pour le contenu fourni. >> >> >> >> >>> Date: Fri, 29 May 2009 11:29:35 -0400 >>> Subject: Re: Error in Jasper printReport >

RE: Error in Jasper printReport [Friday]

2009-05-29 Thread Martin Gainty
om: newton.d...@yahoo.com > To: user@struts.apache.org > Subject: Re: Error in Jasper printReport [Friday] > > Wes Wannemacher wrote: > > I think we'll also need his social security number, any and all credit > > card numbers and his first-born child.

Re: Error in Jasper printReport [Friday]

2009-05-29 Thread Dave Newton
Wes Wannemacher wrote: I think we'll also need his social security number, any and all credit card numbers and his first-born child. Could be a firmware issue, so include a BIOS dump. Dave - To unsubscribe, e-mail: user-unsub

Re: Error in Jasper printReport [Friday]

2009-05-29 Thread Wes Wannemacher
seulement et n'aura pas > n'importe quel effet légalement obligatoire. Étant donné que les email > peuvent facilement être sujets à la manipulation, nous ne pouvons accepter > aucune responsabilité pour le contenu fourni. > > > > >> Date: Fri, 29 May 2009 11:29

RE: Error in Jasper printReport

2009-05-29 Thread Martin Gainty
n'aura pas n'importe quel effet légalement obligatoire. Étant donné que les email peuvent facilement être sujets à la manipulation, nous ne pouvons accepter aucune responsabilité pour le contenu fourni. > Date: Fri, 29 May 2009 11:29:35 -0400 > Subject: Re: Error in Jasper

Re: Error in Jasper printReport

2009-05-29 Thread Wes Wannemacher
Or, just quit trying to specify true... Based on the information provided, I would suggest that you specify false from now on. :) -Wes On Fri, May 29, 2009 at 2:24 AM, Nils-Helge Garli Hegvik wrote: > Maybe you should try a Jasper mailing list? > > Nils-H > > On Fri, May 29,

Re: Error in Jasper printReport

2009-05-28 Thread Nils-Helge Garli Hegvik
Maybe you should try a Jasper mailing list? Nils-H On Fri, May 29, 2009 at 8:19 AM, Ikya Technical wrote: > Hi, > >     Whenever I am giving true in > >                        JasperPrintManager.printReport(jasperPrint, true) > >    it

Error in Jasper printReport

2009-05-28 Thread Ikya Technical
Hi, Whenever I am giving true in JasperPrintManager.printReport(jasperPrint, true) it is throwing the error net.sf.jasperreports.engine.JRException: Error printing report. But if I am giving it as JasperPrintManager.printReport(jasperPrint

RE: Jasper Plugin cannot find file

2009-04-22 Thread Security Management
OK, I took a smart pill, and put the following in my action: JasperCompileManager.compileReportToFile( this.getServletContext().getRealPath("/jasper/scrounger_report.jrxml"), this.getServletContext().getRealPath("/jasper/scrounger_report.jasper")); I'm logging that

Re: Jasper Plugin cannot find file

2009-04-21 Thread Balwinder Kumar
g 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_rep

RE: Jasper Plugin cannot find file

2009-04-21 Thread Security Management
Doh, I must have replied to a topic, my bad. >>What is "my-webapp"? A directory? Your web app's context? If the latter, >>that certainly won't work, you'd need to get the path relative to your >>webapp's deployment. Yes, it's the co

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:

Re: Jasper Struts2 plugin

2008-12-20 Thread Dave Newton
--- On Fri, 12/19/08, Mel Rosenberg wrote: > Does anyone know where I can get the plugin?  The link from Struts2 > guide doesn’t go there. It's in the distro. Dave - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org

Jasper Struts2 plugin

2008-12-19 Thread Mel Rosenberg
Does anyone know where I can get the plugin? The link from Struts2 guide doesn’t go there. Thanks Mel

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
a G wrote: But in Jasper report, we can have only one page per report and so I m nit able to add a 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

Re: How to use Jasper plugin with multiple reports

2008-08-22 Thread Dave Newton
--- On Fri, 8/22/08, ManiKanta G wrote: But in Jasper report, we can have only one page per report > and so I m nit able to add a 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 >

How to use Jasper plugin with multiple reports

2008-08-22 Thread ManiKanta G
Hi all, Currently I m working with Jasper Reports for one of report. And for that report after all the data, a full page of static text is to be placed at the end of the report (in my case 2nd page). But in Jasper report, we can have only one page per report and so I m nit able to add a

Re: Struts 2 Jasper Reports Plugin

2008-08-09 Thread sattanari
quot;date")); myList.add(monthStatement); System.out.println(" SIZE OF LIST IS>" + myList.size()); } */

Re: Jasper Report Plugin

2008-07-04 Thread Patrick J Kobly
Title: [Fwd: test] System property java.awt.headless needs to be set to true.  (-Djava.awt.headless=true in the startup for whichever container you're using) PK Felipe Rodrigues wrote: Hi Guys, I'm having a problem when trying to use JasperReport plugin in a linux machine. I'm getting ro

Jasper Report Plugin

2008-07-04 Thread Felipe Rodrigues
:240) org.apache.struts2.dispatcher.StrutsResultSupport.execute(StrutsResultSupport.java:178) Does anybody knows this problem or even have a clue to follow? Cheers, Felipe -- View this message in context: http://www.nabble.com/Jasper-Report-Plugin-tp18286843p18286843.html Sent from the Struts -

Re: latest jasper reports plugin jar download

2008-05-24 Thread Dave Newton
Yeah, that's what I'm doing locally (more or less), too. Dave --- David Evans <[EMAIL PROTECTED]> wrote: > There ended up being dependency issues because there was a switch to > xwork logging that was commited previous to your changes. So I just > used the struts2-jasperreports-plugin-2.0.11.1 so

Re: latest jasper reports plugin jar download

2008-05-24 Thread David Evans
There ended up being dependency issues because there was a switch to xwork logging that was commited previous to your changes. So I just used the struts2-jasperreports-plugin-2.0.11.1 source and copied your exportParameter code into that. compiled and jarred and its working great. thanks for your h

Re: latest jasper reports plugin jar download

2008-05-24 Thread Dave Newton
--- David Evans <[EMAIL PROTECTED]> wrote: > Ok, thanks. Two questions: > 1. to build it, do i download the source from svn, compile, then jar? http://struts.apache.org/2.x/docs/building-the-framework-from-source.html > 2. what does 2.1.muble+ mean? It means I don't remember when it got committ

Re: latest jasper reports plugin jar download

2008-05-23 Thread David Evans
Ok, thanks. Two questions: 1. to build it, do i download the source from svn, compile, then jar? 2. what does 2.1.muble+ mean? Dave On Fri, 2008-05-23 at 15:47 -0700, Dave Newton wrote: > --- David Evans <[EMAIL PROTECTED]> wrote: > > I need to download the latest versio

Re: latest jasper reports plugin jar download

2008-05-23 Thread Dave Newton
--- David Evans <[EMAIL PROTECTED]> wrote: > I need to download the latest version of the jasper reports plugin > jar > (in order to take advantage of the exportParameters functionality > added > to JasperReportsResult.java by Dave Newton on April 25th). How can I > down

latest jasper reports plugin jar download

2008-05-23 Thread David Evans
Hello, I need to download the latest version of the jasper reports plugin jar (in order to take advantage of the exportParameters functionality added to JasperReportsResult.java by Dave Newton on April 25th). How can I download a jar that includes that version? Or do i have to build that myself

S2 Jasper Reports plugin - exporter parameters

2007-11-29 Thread j alex
Hi, In my app, i need to override some Jasper Report exporter parameters' default only for certain actions. For example, i need to set : exporter.setParameter(JRHtmlExporterParameter.IS_WRAP_BREAK_WORD,true); for a report where the data columns can be very long and need to break ; while

Re: Jasper plugin. Passing additional parameter

2007-11-05 Thread Tom Schneider
Serg, I'm not an expert at jasper reports, but I think parameters are pulled from the datasource. In that case, the jasper report result wraps the datasources in a ValueStackDataSource. (a class located in the jasper reports plugin) I would set a few breakpoints in there to see why the j

Re: Jasper plugin. Passing additional parameter

2007-11-05 Thread Manjesh Reddy
perPrint jasperPrint = JasperFillManager.fillReport(jasperReport, parameters, con); .. -Manjesh On 11/5/07, Serg Mazurok <[EMAIL PROTECTED]> wrote: > > > Could someone provide the example how to pass parameters from Struts2 > action to Jasper report? > > I have

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

Jasper basic issue (with websphere?)

2007-10-18 Thread j alex
Hi, I just started using the S2 - Jasper plugin ; new to Jasper as well ; but not able to get a simple report to show. Below is my struts xml entry : /jasper_compiled.jasper ds PDF

Re: portlet jasper report example

2007-08-09 Thread Leonidas Papadakis
Hi Nils, thank you very much for your reply. I really appreciate it. I will try your solution and see what will come out. Best Regards, Leonidas Nils-Helge Garli wrote: Hi! Jasper reports is, as far as I know, not tested in the portlet framework. I'm not too familiar with Jasper, b

Re: portlet jasper report example

2007-08-08 Thread Nils-Helge Garli
Hi! Jasper reports is, as far as I know, not tested in the portlet framework. I'm not too familiar with Jasper, but if it's something that should be generated and displayed on the fly (that is of binary type), this cannot be done in a portlet in a portable manner. You might have b

portlet jasper report example

2007-08-08 Thread Leonidas Papadakis
Greetings to all, i am trying to use jasper reports under liferay. I think that i managed to add successfully my portlet to liferay although i had issues with the struts.xml file (had to manually add the result type "jasper" pointing to the plugin class). The problem is that no

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]

Re: result type Jasper [Struts 2]

2007-07-03 Thread CannonFL
The Jasper Report plug-in is working. However, the PDF that's returned is displayed in the same browser window that initiated the action. I want the PDF to display in a new browser window. That way, my original window is not overwritten by the report. I've tried opening another w

Re: result type Jasper [Struts 2]

2007-06-07 Thread mi
gt; > still have same error.. > > what you mean by this.. > > You ll have to find the result class you need to point at.. > > i am really new at Struts..please help me..thanks again. > > > > > RobinCamus wrote: >> >> I had t

Re: result type Jasper [Struts 2]

2007-06-07 Thread RobinCamus
at you mean by this.. > > You ll have to find the result class you need to point at.. > > i am really new at Struts..please help me..thanks again. > > > > > RobinCamus wrote: >> >> I had to implement a jasper type for jasper report: >> I

Re: result type Jasper [Struts 2]

2007-06-07 Thread honey0303
again. RobinCamus wrote: > > I had to implement a jasper type for jasper report: > I think you need to define a result type in struts.xml like > > > > class="org.apache.struts2.views.jasperreports.JasperReportsResult" /> > >...

Re: result type Jasper [Struts 2]

2007-06-07 Thread RobinCamus
I had to implement a jasper type for jasper report: I think you need to define a result type in struts.xml like You ll have to find the result class you need to point at. I hope it helps Robin honey0303 wrote: > > Hi i'm trying to integrate jasper

result type Jasper [Struts 2]

2007-06-07 Thread honey0303
Hi i'm trying to integrate jasper with struts 2..but i got an error because of my result type jasper i've followed this tutorial.. my question is how can i defined a jasper result type? i need answers ASAP..Thanks in advance -- View this message in cont

Re: Struts 2 Jasper Reports Plugin

2007-04-10 Thread Patrick J Kobly
You probably want st like: The problem is that the servlet request is set by an interceptor (servlet-config) that is in the default stack defined in struts-default. The jasperreports-default package does not define any interceptor stacks, and does not extend any other packages. PK Christ

  1   2   >