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: 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

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-unsub

Re: Struts 2 Jasper Reports Plugin

2008-08-09 Thread sattanari
on e) { System.out.println(e); } return SUCCESS; } public List getStatement() { System.out.println(" Returning Size Is ====

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 this need

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

Re: Struts 2 Jasper Reports Plugin

2007-04-10 Thread ChristopherAngel
an I get access to the HttpServletRequest object from within the > generateReport method? > > > -- View this message in context: http://www.nabble.com/Struts-2-Jasper-Reports-Plugin-tf3552530.html#a9918621 Sent from the Struts - User mailing list archive at Nabble.com.

Struts 2 Jasper Reports Plugin

2007-04-10 Thread ChristopherAngel
. How can I get access to the HttpServletRequest object from within the generateReport method? -- View this message in context: http://www.nabble.com/Struts-2-Jasper-Reports-Plugin-tf3552530.html#a9918148 Sent from the Struts - User mailing list archive at Nabble.com

RE: Jasper Reports

2006-09-12 Thread Sahil Gupta
. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 12, 2006 5:54 PM To: Struts Users Mailing List Subject: RE: Jasper Reports JasperAssistant's support is questionable at this point, iReports has become part of the JAsperSoft bundle and in my humble op

Re: Jasper Reports

2006-09-12 Thread Martin Gainty
Users Mailing List" Sent: Tuesday, September 12, 2006 8:24 AM Subject: RE: Jasper Reports > JasperAssistant's support is questionable at this point, iReports has > become part of the JAsperSoft bundle and in my humble opinion is a better > IDE. Additionally, there is a "

RE: Jasper Reports

2006-09-12 Thread chris . mccauley
JasperAssistant's support is questionable at this point, iReports has become part of the JAsperSoft bundle and in my humble opinion is a better IDE. Additionally, there is a "How To" booklet available for JasperReports on their website...its pretty comprehensive, now, scoot

RE: Jasper Reports

2006-09-12 Thread Marco Mistroni
Users Mailing List' Subject: RE: Jasper Reports Hi, Yeah thanks for the URL but I thought may be some of us are using Jasper Reports on eclipse and would be able to help me. Anyways thanks Regards, Sahil Gupta -Original Message- From: Marco Mistroni [mailto:[EMAIL PROTECTED] Sen

RE: Jasper Reports

2006-09-12 Thread Sahil Gupta
Hi, Yeah thanks for the URL but I thought may be some of us are using Jasper Reports on eclipse and would be able to help me. Anyways thanks Regards, Sahil Gupta -Original Message- From: Marco Mistroni [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 12, 2006 1:33 PM To

[OT] Re: Jasper Reports

2006-09-12 Thread Antonio Petrelli
Sahil Gupta ha scritto: Hi, I have to start working on Jasper Reports now and I will be doing this from scratch. So can you please guide me. Also if there is some tutorial or a PDF available with u do let me know. Another thing I have to add the plug-in to my eclipse. If u have any

RE: Jasper Reports

2006-09-12 Thread Marco Mistroni
: 'Struts Users Mailing List' Subject: Jasper Reports Hi, I have to start working on Jasper Reports now and I will be doing this from scratch. So can you please guide me. Also if there is some tutorial or a PDF available with u do let me know. Another thing I have to add the plu

Jasper Reports

2006-09-12 Thread Sahil Gupta
Hi, I have to start working on Jasper Reports now and I will be doing this from scratch. So can you please guide me. Also if there is some tutorial or a PDF available with u do let me know. Another thing I have to add the plug-in to my eclipse. If u have any information regarding to this please

Re: [OT] Jasper Reports

2006-03-15 Thread netsql
Did you want to send an email to him or did you want to post in Jasper Reports forms to see if someone can help you. .V Nandakishore Nekkanti wrote: HI Teodor Danciu I am facing a problem while using Jasper Reports. I am using JRxlsExporter to export to Excel fromat.I want to export the

[OT] Jasper Reports

2006-03-15 Thread Nandakishore Nekkanti
HI Teodor Danciu I am facing a problem while using Jasper Reports. I am using JRxlsExporter to export to Excel fromat.I want to export the report to a file and i want all the data to be appended to the same file.Why i am forcing to do like this is , If my report contains records more than 2

RE: Jasper Reports

2006-03-06 Thread Marco Mistroni
at jasper samples... HTH marco -Original Message- From: Nandakishore Nekkanti [mailto:[EMAIL PROTECTED] Sent: 06 March 2006 11:40 To: [EMAIL PROTECTED]; user@struts.apache.org Subject: Jasper Reports Hi can any body help how to export a report to xcel using Jaspr reports. I tried

Jasper Reports

2006-03-06 Thread Nandakishore Nekkanti
Hi can any body help how to export a report to xcel using Jaspr reports. I tried using the servlet(XlsServlet) they provided to export as part of the src code. But i was with the following error. javax.servlet.ServletException: No JasperPrint documents found on the HTTP session. net.sf

[OT] [MIME] Re: Urgent help needed : Printing Jasper Reports

2005-11-04 Thread Dave Newton
Meenakshi Singh wrote: I have to print a report(which I have created using jasper report). I m setting the content type as response.setContentType("application/octet-stream"); Moved OT. - To unsubscribe, e-mail: [EMAIL PROT

Urgent help needed : Printing Jasper Reports

2005-11-03 Thread Meenakshi Singh
hi all, I have to print a report(which I have created using jasper report). I m setting the content type as response.setContentType("application/octet-stream"); & then writing the jasper print object on the servlet output stream object. however when I try to execute this, it gives me a dialog box

Xls & CSV format reports with Jasper reports

2005-10-28 Thread Meenakshi Singh
hi all, please help. I am unable to generate csv & xls reports with Jasper reports. Problems: System Doesn't recognize the format for csv & xls. It gives the download file box with save & cancel buttons & then open & associate with box. In case of CSV: I selects the e

RE: iReport using Jasper reports

2005-10-25 Thread Meenakshi Singh
The web site for ireport is as below: http://ireport.sourceforge.net/ -Original Message- From: K Rajesh [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 26, 2005 11:45 AM To: Struts Users Mailing List Subject: Re: iReport using Jasper reports hi could you give me some web-site to

Re: iReport using Jasper reports

2005-10-25 Thread K Rajesh
rs Mailing List (E-mail) > > Subject: iReport using Jasper reports > > > > Hi all, > > > > Has anyone used Jasper reports? > > I have used the gui tool ireport to generate jasper reports > > If yes then please let me know > > 1) how can I call the jasper rep

RE: iReport using Jasper reports

2005-10-21 Thread Thomas Sundberg
> -Original Message- > From: Meenakshi Singh [mailto:[EMAIL PROTECTED] > Sent: den 21 oktober 2005 15:44 > To: Struts Users Mailing List (E-mail) > Subject: iReport using Jasper reports > > Hi all, > > Has anyone used Jasper reports? > I have used th

iReport using Jasper reports

2005-10-21 Thread Meenakshi Singh
Hi all, Has anyone used Jasper reports? I have used the gui tool ireport to generate jasper reports If yes then please let me know 1) how can I call the jasper reports from a jsp page 2) how do I integrate it with my application in WSAD. What all things wud I need to copy in WSAD etc. Thanks

Re: common-digester.jar conflict when usings Struts with Jasper Reports

2005-09-29 Thread Niall Pemberton
9, 2005 7:46 AM > I am working on a web application with Struts and Jasper Reports. > Jasper Reports requires common-digester.1.7.jar ( that is a latest version of > struts's common-digester.jar), when i use this file, i get the following > exceptions > > javax.servlet.jsp

common-digester.jar conflict when usings Struts with Jasper Reports

2005-09-29 Thread Kashif Inam
Hi I am working on a web application with Struts and Jasper Reports. Jasper Reports requires common-digester.1.7.jar ( that is a latest version of struts's common-digester.jar), when i use this file, i get the following exceptions javax.servlet.jsp.JspException: Cannot find ActionMap

Re: Struts and Jasper Reports

2005-02-25 Thread Marco Sindoni
Hi! Usually in my struts applications I use the compiled jasper file (.jasper), without recompiling the .jrxml at each request. I've created a class named JasperReportExporter: package utils.report; import java.sql.Connection; import java.util.HashMap; import net.sf.jasperreports.engine.JREmptyDa

Re: Struts and Jasper Reports

2005-02-25 Thread Martin Gainty
did you email Support for Jasper Assistant? [EMAIL PROTECTED] Martin - Original Message - From: "Saurabh Bhatla" <[EMAIL PROTECTED]> To: "struts" Sent: Friday, February 25, 2005 12:26 PM Subject: Struts and Jasper Reports hi all I am trying to use jasper re

Struts and Jasper Reports

2005-02-25 Thread Saurabh Bhatla
hi all I am trying to use jasper reports in struts but when i try to compile the report, the JasperCompileManager can not find the .jrxml file. any suggestions? -saurabh - To unsubscribe, e-mail: [EMAIL PROTECTED] For