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
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
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
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
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
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
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
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
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
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
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
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
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
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
***
--- 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
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
--- 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
>
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
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
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'
on e)
{
System.out.println(e);
}
return SUCCESS;
}
public List getStatement()
{
System.out.println(" Returning Size Is ====
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
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
--- 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
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
--- 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
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
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
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
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
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
-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
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
.
-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
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)
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
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
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
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
: '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
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
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
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
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
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
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
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
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
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
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
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
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
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
/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
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
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
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
> -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
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
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
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
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
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"
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
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
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
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
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??
(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
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
,
> 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
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
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
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
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
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'
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
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
/
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
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
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
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
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
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
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
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
.
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
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
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
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
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
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
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
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
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
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
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
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
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
>
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
100 matches
Mail list logo