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

Re: bug reports

2010-06-01 Thread aum strut
You need to create a ticket in JIRA https://issues.apache.org/jira/browse/WW create a new issue in JIRA with the details about the incident along with Test cases if any. On Wed, Jun 2, 2010 at 6:44 AM, Alex Zeng wrote: > Anyone knows how to submit a bug report for struts 2? > > This email with

bug reports

2010-06-01 Thread Alex Zeng
Anyone knows how to submit a bug report for struts 2? This email with any attachments is confidential and may be subject to legal privilege. If it is not intended for you please advise by replying immediately, destroy it and do not copy, disclose or use it in any way. Please consider the enviro

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

Crystal Reports in Java

2009-01-19 Thread Mileidys Gonzalez Prieto
Hi... I was trying to visualize some Crystal reports in my web Application; can somebody help me with links or information about how to do it? I'm using an Struts projects with hibernate, and the reports with Crystal Reports. Mileidys González Prieto Consultant i-Frontier Henck Arronstra

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 and Crystal Reports XI

2008-08-18 Thread James Neff
James Neff wrote: I am trying to find a good example of how to use Crystal Reports XI with Struts 2. I found this: http://www.jroller.com/njain/entry/crystal_reports_plus_struts But the code does not work. I need to see the struts.xml example and the author doesn't provide a li

Struts 2 and Crystal Reports XI

2008-08-18 Thread James Neff
I am trying to find a good example of how to use Crystal Reports XI with Struts 2. I found this: http://www.jroller.com/njain/entry/crystal_reports_plus_struts But the code does not work. I need to see the struts.xml example and the author doesn't provide a list of required jar'

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
n 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 > &g

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
eport"> reports/report.jasper dataSource the generateReport method is called as expected except despite ReportAction implementing ServletRequestAware the setServletRequest method is never called. How can I get access to the HttpServletRequest object from within the generate

Re: Struts 2 Jasper Reports Plugin

2007-04-10 Thread ChristopherAngel
Apparently using HttpServletRequest request = ServletActionContext.getRequest(); So why is the setServletRequest method not called? ChristopherAngel wrote: > > I have the following package defined in my struts.xml file: > > >method="generateReport"> &g

Struts 2 Jasper Reports Plugin

2007-04-10 Thread ChristopherAngel
I have the following package defined in my struts.xml file: reports/report.jasper dataSource the generateReport method is called as expected except despite ReportAction implementing ServletRequestAware the setServletRequest method is never called

Re: [FRIDAY] [OT] HTML Reports

2007-01-05 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Joel, Joel Espinosa wrote: > 1.- Is a good practice to save HTML code in the database? Not really. But, if you save XML in the database, you could transform it using XSLT into HTML. XML is a much better storage format than HTML. You could also use a

[FRIDAY] [OT] HTML Reports

2007-01-05 Thread Joel Espinosa
Hi, I hope this question doesnt botter anyone, its a friday one. I'm using Struts 1.2 and I want to make a simple contracts system. The user will be able to capture a bounce of fields in order to store it to a database, then a HTML page is going to be generated showing a contract. This contrac

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
IDE's are ok for building initial reports but since you cannot use IDE's in a production environment you'll need to automate this because of that limitation Export your build.xml and or pom and verify that works in fully automated staged environment (i.e. ant or maven script)

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: Where do you submit bug reports for struts?

2006-06-01 Thread Chaudhary, Harsh
ecting RPAREN, found '.5' Any suggestions, Harsh. -Original Message- From: Chaudhary, Harsh Sent: Thursday, June 01, 2006 11:59 AM To: Struts Users Mailing List Subject: RE: Where do you submit bug reports for struts? I had actually posted this a few days back and received a re

RE: Where do you submit bug reports for struts?

2006-06-01 Thread Chaudhary, Harsh
bers with decimal points), I get an error. Any suggestions would be appreciated, Harsh. -Original Message- From: Wendy Smoak [mailto:[EMAIL PROTECTED] Sent: Thursday, June 01, 2006 11:22 AM To: Struts Users Mailing List Subject: Re: Where do you submit bug reports for struts? On 6

Re: Where do you submit bug reports for struts?

2006-06-01 Thread Wendy Smoak
On 6/1/06, Chaudhary, Harsh <[EMAIL PROTECTED]> wrote: I would like to report a couple of bugs I have found in Struts Validation. I am pretty sure they are not Commons validator problems. Does anyone know where I could file a bug. If you haven't already, post your question to the list and see i

Where do you submit bug reports for struts?

2006-06-01 Thread Chaudhary, Harsh
I would like to report a couple of bugs I have found in Struts Validation. I am pretty sure they are not Commons validator problems. Does anyone know where I could file a bug. Harsh. - To unsubscribe, e-mail: [EMAIL PROTECTED] Fo

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

[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: Cross Tab Reports with Jasper

2005-10-27 Thread Meenakshi Singh
Is there a GUI tool available which creates a crosstab report also. Thanks & Regards -Original Message- From: Martin Gainty [mailto:[EMAIL PROTECTED] Sent: Thursday, October 27, 2005 8:35 PM To: [EMAIL PROTECTED] Cc: Struts Users Mailing List Subject: Re: Cross Tab Reports with Ja

Re: Cross Tab Reports with Jasper

2005-10-27 Thread Martin Gainty
/design/JRDesignCrosstabDataset.html Martin- - Original Message - From: "Meenakshi Singh" <[EMAIL PROTECTED]> To: "Struts Users Mailing List (E-mail)" Sent: Thursday, October 27, 2005 9:40 AM Subject: Cross Tab Reports with Jasper Hi, Would anybody please te

Cross Tab Reports with Jasper

2005-10-27 Thread Meenakshi Singh
Hi, Would anybody please tell me : Do Jasper Reports have a support for crosstab reports? if yes, then how do we make a crosstab report with Jasper API? Thanks & Regards, Meenakshi. - To unsubscribe, e-mail: [EMAIL PROTE

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: Re: XSL:FO orJasper Reports

2005-08-08 Thread d d
values once it gives proper output get its .jrxml , .jasper files to generate reports with parameter map..Only thing that matters is u have to keep parameter names in ireport and java file same..(thats quite obvious !!!) On Mon, 08 Aug 2005 Rafael Taboada wrote : > Talking about JasperReports

Re: XSL:FO orJasper Reports

2005-08-08 Thread Rafael Taboada
yeap, that helped... thanks! -- Rafael Taboada Software Engineer Cell : +511-97753290 "No creo en el destino pues no me gusta tener la idea de controlar mi vida"

Re: XSL:FO orJasper Reports

2005-08-08 Thread Nick Heudecker
See if this helps: http://jasperreports.sourceforge.net/tutorial/index.html#parameters On 8/8/05, Rafael Taboada <[EMAIL PROTECTED]> wrote: > Talking about JasperReports and iReports... I'm trying to generate my > reports using iReports in order to make my .jrxml. I'm

Re: XSL:FO orJasper Reports

2005-08-08 Thread Rafael Taboada
Talking about JasperReports and iReports... I'm trying to generate my reports using iReports in order to make my .jrxml. I'm trying to make my SQL query but this query needs some parameters. For example I want to generate a report about a specific costumer... So I have to send cost

Re: XSL:FO orJasper Reports

2005-08-08 Thread Nick Heudecker
I would go with JasperReports. Make sure to also download iReport, which is a great time-saver. On 8 Aug 2005 07:58:16 -, d d <[EMAIL PROTECTED]> wrote: > > I am generating reports from Oracle DB in my struts application, I am > confused whether to use XSL:FO or Jasper Repo

RE: FO orJasper Reports

2005-08-08 Thread David Thielen
www.windwardreports.com is your best bet. Thanks - dave David Thielen 303-499-2544 www.windwardreports.com -Original Message- From: d d [mailto:[EMAIL PROTECTED] Sent: Monday, August 08, 2005 1:58 AM To: user@struts.apache.org Subject: XSL:FO orJasper Reports   I am generating

XSL:FO orJasper Reports

2005-08-08 Thread d d
  I am generating reports from Oracle DB in my struts application, I am confused whether to use XSL:FO or Jasper Reports to generate reports..Can anybody plz guide me on this issue??

Re: Reports

2005-07-25 Thread Martin Gainty
(http)www.laconiadatasystems.com From: Shajee <[EMAIL PROTECTED]> Reply-To: Shajee <[EMAIL PROTECTED]> To: Struts Users Mailing List , Martin Gainty <[EMAIL PROTECTED]> Subject: Re: Reports Date: Mon, 25 Jul 2005 17:08:08 +0530 MIME-Version: 1.0 Received: from mail.apache.org

Re: Reports

2005-07-25 Thread Shajee
On 5/17/05, Martin Gainty <[EMAIL PROTECTED]> wrote: > Rafael- > > what format are you looking for output? > PDF? > doc? > rtf? > > Saludos! > Martin- > - Original Message - > From: "Rafael Taboada" <[EMAIL PROTECTED]> > To: &qu

Re: Reports

2005-07-19 Thread Shajee
, > due to its wide adoption (let the Crystal users generate reports which > can then be incorporated into the Struts application). > > Dick > > -Original Message- > From: Rafael Taboada [mailto:[EMAIL PROTECTED] > Sent: Tuesday, May 17, 2005 6:22 AM > To: Strut

RE: Reports

2005-05-18 Thread Dick Starr
d anything. I am using MySQL. I am thinking about trying JasperReports, but I still prefer Crystal, due to its wide adoption (let the Crystal users generate reports which can then be incorporated into the Struts application). Dick -Original Message- From: Rafael Taboada [mailto:[EMAIL

Reports

2005-05-17 Thread Rafael Taboada
Hi folks. I want ur experiences making reports. I'm doing reports in my project and i want to know if there are some reports tools. Is it possible to use Crystal Reports with struts? Any experience? THanks for help me -- Rafael Ta

RE: Reports

2005-05-17 Thread Jimmy Emmanual
8:57 AM To: Struts Users Mailing List; Rafael Taboada Subject: Re: Reports Rafael- what format are you looking for output? PDF? doc? rtf? Saludos! Martin- - Original Message - From: "Rafael Taboada" <[EMAIL PROTECTED]> To: "Struts List" Sent: Monday, Ma

Re: Reports

2005-05-17 Thread Rafael Taboada
I want to show results and graphics in a jsp. For example in PHP I use phplot in order to show graphics showing data. I want to show tables showing records too. In general, showing data in pages. If the user wants to export to pdf or doc, it must be an option to do that. Is there a tool to help

RE: Reports

2005-05-17 Thread Frank W. Zammetti
Yes, you can integrate Crystal Reports with Struts... I did a proof of concept of this a while back... actually, it wasn't in Struts, it was just straight servlets, but it will work the same. It requires getting the SDK, which they don't make easy to find for some reason. It'

Re: Reports

2005-05-17 Thread Woodchuck
hihi, in my project i have template-driven reports as well as reports totally made from scratch, and these are outputted in PDF format mainly. take a look at these: http://www.lowagie.com/iText/ http://ireport.sourceforge.net/ with iText, i scanned a form to create a template, then i populated

Re: Reports

2005-05-17 Thread Martin Gainty
Rafael- what format are you looking for output? PDF? doc? rtf? Saludos! Martin- - Original Message - From: "Rafael Taboada" <[EMAIL PROTECTED]> To: "Struts List" Sent: Monday, May 16, 2005 3:20 PM Subject: Reports Hi folks. I'm doing reports for my proje

Re: Reports

2005-05-17 Thread Martin Gainty
/ check it out Martin- - Original Message - From: "Sachin Bhutada" <[EMAIL PROTECTED]> To: "'Struts Users Mailing List'" Sent: Tuesday, May 17, 2005 1:15 AM Subject: RE: Reports hi, Try out JReports. Sachin -Original Message- From: Rafael Ta

RE: Reports

2005-05-17 Thread Sachin Bhutada
hi, Try out JReports. Sachin -Original Message- From: Rafael Taboada [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 17, 2005 12:50 AM To: Struts List Subject: Reports Hi folks. I'm doing reports for my project and I was asking me if there are tools in order to he

Reports

2005-05-16 Thread Rafael Taboada
Hi folks. I'm doing reports for my project and I was asking me if there are tools in order to help to do that. Is it possible to integrate Crystal Reports with Struts?. I heard about Business Object... Do u know some documentation about it? What other tools are there in order to make re

Re: Integrating reports in Struts Framework

2005-05-08 Thread Aladin Alaily
Hi Shajee, You might want to look into iText for generating PDF reports. In addition, there is also the POI library for generating excel workbooks. Both can be easily integrated into your struts application. Good luck. Aladin alec wrote: try jasperreport. I used it to generate pdf for browser

Re: Integrating reports in Struts Framework

2005-05-08 Thread Aleksandar Matijaca
Hi there, I may not be the world's ultimate authority on this, but let me try to answer this: On 5/8/05, alec <[EMAIL PROTECTED]> wrote: > > Is there any inbuilt functionality in struts framework for > implementing reports. > No > Are there any Apache based to

Re: Integrating reports in Struts Framework

2005-05-08 Thread alec
t you guys might be helpful Is there any inbuilt functionality in struts framework for implementing reports. Are there any Apache based tools/model for reporting in java web application based on Struts framework. The reports have to generated in DOC, PDF, HTML etc file formats Looking forw

Re: Integrating reports in Struts Framework

2005-05-05 Thread Frank W. Zammetti
group and Struts Framework. There're a few urgent queries for which i'm unable to get some good answers. Thought you guys might be helpful Is there any inbuilt functionality in struts framework for implementing reports. Are there any Apache based tools/model for reporting in java web appli

RE: Integrating reports in Struts Framework

2005-05-05 Thread Dick Starr
Although it's not Apache based, I am a Crystal Reports fan. Crystal Reports Developer Edition costs $500 at http://www.businessobjects.com/ . In the current Crystal XI version, the reporting engine is written in Java and they provide a tag library to use it from JSP (develop your reports

Re: Integrating reports in Struts Framework

2005-05-05 Thread Ed Griebel
. You can also use POI to generate MS Word or Excel documents, I've only used this library for reading Excel docs. On a previous project, a teammate created some very nice PDF reports with XML + XSL + XSL-FO, but it can be a steep learning curve if you're not up to speed on XML technologi

Re: Integrating reports in Struts Framework

2005-05-05 Thread Marco Sindoni
take a look to: http://jasperreports.sourceforge.net/ this is a powerful report engine (exports in pdf, xls, html, cvs) and http://ireport.sourceforge.net/ the best open source jasper report editor tool Bye, Marco ;) - To un

Integrating reports in Struts Framework

2005-05-05 Thread Shajee
Hi, I'm new to the group and Struts Framework. There're a few urgent queries for which i'm unable to get some good answers. Thought you guys might be helpful Is there any inbuilt functionality in struts framework for implementing reports. Are there any Apache based tools/model f

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

Re: Printing reports

2004-06-15 Thread DGraham
http://jasperreports.sourceforge.net/ "Ricardo Andres Quintero" <[EMAIL PROTECTED]> 06/15/2004 03:28 PM Please respond to "Struts Users Mailing List" <[EMAIL PROTECTED]> To <[EMAIL PROTECTED]> cc Subject Printing reports Good aft

Printing reports

2004-06-15 Thread Ricardo Andres Quintero
Good afternoon. I am a struts user. i haven't never printed reports, im making some jsp's which show some data and now, i must print them as reports. Could anyone tell me how to do it? someone who has sometimes done it please. -- Ricardo Andrés Quintero R. Ubiq

Re: Struts & Reports - Performance issue

2004-05-15 Thread Vic Cekvenich
bean. Therefore, if jsp is generating a csv containing a big table with lots of rows (like generating reports), then form bean properties has to be called in a loop (using logic-iterate). Will this be a performance issue (using reflection api and also jsp tags)? As in the system user can choose to vie

Struts & Reports - Performance issue

2004-05-15 Thread Prasad, Kamakshya
Hi All, I believe Struts uses reflection api for populating the jsp from form bean. Therefore, if jsp is generating a csv containing a big table with lots of rows (like generating reports), then form bean properties has to be called in a loop (using logic-iterate). Will this be a performance

Re: Reports In Struts Frame work

2004-05-10 Thread birendar . waldiya
ok , thanks ! Birendar Singh Waldiya as as <[EMAIL PROTECTED]> 11-05-04 01:32 AM Please respond to "Struts Users Mailing List" <[EMAIL PROTECTED]> To Struts Users Mailing List <[EMAIL PROTECTED]> cc Subject Re: Reports In  Struts Frame work

Re: Reports In Struts Frame work

2004-05-10 Thread Axel Stahlhut
installed. Geeta Ramani wrote: jfreechart *rocks*!! (http://www.jfree.org/jfreechart/) -Original Message- From: as as [mailto:[EMAIL PROTECTED] Sent: Monday, May 10, 2004 4:02 PM To: Struts Users Mailing List Subject: Re: Reports In Struts Frame work did u try jfree.org have a look at

RE: Reports In Struts Frame work

2004-05-10 Thread Geeta Ramani
jfreechart *rocks*!! (http://www.jfree.org/jfreechart/) > -Original Message- > From: as as [mailto:[EMAIL PROTECTED] > Sent: Monday, May 10, 2004 4:02 PM > To: Struts Users Mailing List > Subject: Re: Reports In Struts Frame work > > > did u try jfree.org >

Re: Reports In Struts Frame work

2004-05-10 Thread as as
did u try jfree.org have a look at jchart.org also [EMAIL PROTECTED] wrote: Hi, I want to implement reporting in struts framework , the reports are like select and display query, i dont have any idea how to implement then in this framwork specially , the action class for report , i have

  1   2   >