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

Re: result type Jasper [Struts 2]

2010-11-16 Thread @rju
ok boss now got your points but the thing is if i will follow that then will it is the solution for this? i dont think so (its just my opinion). i think some where in the configuration or in JasperAction.java especialy at compiling might be wrong. i wrote there as follows JasperCompileManag

Re: result type Jasper [Struts 2]

2010-11-16 Thread @rju
ok boss now got your points but the thing is if i follow that will it is the solution for this? i dont think so (its just my opinion). i think some where in the configuration or in JasperAction.java especialy at compiling might be wring. i wrote there as follows JasperCompileManager.compileRepo

Re: result type Jasper [Struts 2]

2010-11-16 Thread @rju
(a) is ok.. that means my approach is wrong??? and i am unable to understand the point (b).. what is the link tag.. beacuse am new to struts technology also.. please dont mind tell me the things clearly B.Nagarjuna AE-Group +91 9949721747 India (a) Make sure the HTML is rendering the way you ex

Re: result type Jasper [Struts 2]

2010-11-16 Thread Dave Newton
(a) Make sure the HTML is rendering the way you expect, and (b) ideally run the home page through an action. Also try setting the namespace explicitly in the link tag; if you're not in an action it might not know where it's mapping from/to. Dave On Tue, Nov 16, 2010 at 11:20 PM, @rju wrote: > >

Re: result type Jasper [Struts 2]

2010-11-16 Thread @rju
please help me am not getting report generation.. my code is as follows and am uploading the project and out put images please help me regarding this http://old.nabble.com/file/p30235277/JReport.rar JReport.rar my out puts http://old.nabble.com/file/p30235277/Output1.jpg http://old.nabble.com/f

Re: result type Jasper [Struts 2]

2010-11-16 Thread @rju
hi dave newton... i dont know y u r unable to see all the code how ever i am attaching the files now and the action is as follows and i am also uploading the project as "jreport.rar" file http://old.nabble.com/file/p30235227/JReport.rar JReport.rar package com.action; > > import java.util.Arr

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 > > > > > > > > > > >                        /jasper/Report.jasper >                        myList >          

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 if we have no idea what problem you'

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 having? Dave --

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: 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 window with ja

Re: result type Jasper [Struts 2]

2007-06-07 Thread mi
hello again.. i got this error..when i try to include struts-plugin.xml Message ID: WebModule[/myeis]Exception starting filter struts2 The package name 'jasperreports-default' at location package - jar Complete Message file:/opt/SDK/domains/domain1/applications/j2ee-modules/myeis/WEB-INF/lib/

Re: result type Jasper [Struts 2]

2007-06-07 Thread RobinCamus
I saw your others post so if i understand correctly, you want to use jasperreports so here is what i ve done: in struts.xml: - - - - - - -... -... -... -... - - - WEB-INF/pages/reports.jasper/maintenance_report.jaspe

Re: result type Jasper [Struts 2]

2007-06-07 Thread honey0303
still i got the error even if i include that in my default package.. e.g. ... 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 a

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 with struts 2