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
hi, As far as i have seen in open source and web applications (with jsp) all tools support either XML, PDF, HTML or CSV etc However there's none which gives a RTF or MS Word output Do you have any idea of a reporting tool/engine which does give a RTF/Word output. Thanks & Regards Shajee On 5/17/

Re: Reports

2005-07-19 Thread Shajee
HI, I've hit upon this reporting tool from Eclipse BIRT(Bussiness Intelligence Reporting Tools) It's a very good project and presently has a stable release BIRT 1.0 It supports two output formats - HTML & PDF and has support for Charting too. Thought to share this info with you guys who are looki

RE: Reports

2005-05-18 Thread Dick Starr
Crystal XI has the ability to use a Crystal custom tag to run a report. I tried it, but it doesn't work. I bought a support incident in early March regarding this and Business Objects admits it's a bug and promises a fix, hopefully with the first patch to Crystal XI, but I have not heard anything.

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's pretty simple thoug

Re: Reports

2005-05-17 Thread Woodchuck
.org/fop/ > 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, >

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 project and I was asking me if there ar

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 help to do

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 code