Re: how to prevent stretching of detail tab in IReport

2011-03-11 Thread @rju
no problem sir i got it. if we placed parameters in the summary tab then it wont stretch the detail tab like that. -- View this message in context: http://old.nabble.com/Integrate-JasperReports-into-a-Struts2-web-application-tp23479814p31130655.html Sent from the Struts - User mailing list archi

how to prevent stretching of detail tab in IReport

2011-03-10 Thread @rju
hi Dave how ru. am facing a problem sir. here am attaching a pdf of jasper report and jrxml file. In that detail tab is stretching like anything. Space between detail tab and coloumn footer is very high. i want detail tab correctly fit to the data. am attaching that jrcml file and pdf http://ol

RE: unable to prevent form stretching

2011-02-24 Thread @rju
help me > > Many Thanks and Regards, > > Jerson > > -----Original Message- > From: @rju [mailto:nagarjunabatt...@gmail.com] > Sent: Thursday, February 24, 2011 5:11 PM > To: user@struts.apache.org > Subject: unable to prevent form stretching > > > hello &

unable to prevent form stretching

2011-02-24 Thread @rju
hello in my report the detail tab is stretching as shown in the pdf file. after the gap is regardless of the data existence the tab is stretching. and the coloumn footer is coming very far from the detail tab. any solution for this http://old.nabble.com/file/p31001618/salesBillReport2.pdf sal

Re: sending the report directly to the printer

2011-02-22 Thread @rju
In these files for your convenience i have placed the sentence "check here Mr.Brian Thompson-5" to make your search easy.. please help me sir. Brian Thompson-5 wrote: > > Could you post your code for your report? > > -Brian > > > > On Tue, Feb 22

Re: sending the report directly to the printer

2011-02-22 Thread @rju
sir u said "Can't you just put it in your jsp for the report action?" please elaborate this sir. i am not getting your point. please sir Brian Thompson-5 wrote: > > Can't you just put it in your jsp for the report action? > > -Brian > > On Mon

Re: sending the report directly to the printer

2011-02-22 Thread @rju
t;; hope u know this. but nw i hav to pass the parameter to the sub report then how can i am following the same procedure but am getting null. can u please solve this Brian Thompson-5 wrote: > > Can't you just put it in your jsp for the report action? > > -Brian > > O

Re: sending the report directly to the printer

2011-02-21 Thread @rju
wrote: > > Can't you just put it in your jsp for the report action? > > -Brian > > On Mon, Feb 21, 2011 at 2:24 AM, @rju wrote: > >> >> here urlx is nothing but an action >> in that action i have a code as follows >> >

Re: sending the report directly to the printer

2011-02-21 Thread @rju
window.print().. please tell me sir Brian Thompson-5 wrote: > > Try putting the window.print() in the code for the page at urlx. > > -Brian > > > On Sun, Feb 20, 2011 at 11:39 PM, @rju wrote: > >> >> exactly i did >> but the problem here is.. see my code

Re: sending the report directly to the printer

2011-02-20 Thread @rju
alog. > > -Brian > > > > On Sun, Feb 20, 2011 at 10:27 PM, @rju wrote: > >> >> yes user is clicking html/jsp button only >> >> Brian Thompson-5 wrote: >> > >> > Where is the user clicking "ok"? Do you mean an HTM

Re: sending the report directly to the printer

2011-02-20 Thread @rju
that for a web page (which, ultimately, is what Struts is sending > to > the user). > > -Brian > > > > On Sun, Feb 20, 2011 at 9:46 PM, @rju wrote: > >> >> no sir. >> no. user interaction means he will press ok button. >> there "no use

Re: sending the report directly to the printer

2011-02-20 Thread @rju
was > possible to print from a website with *no* user interaction without > using something like ActiveX, an applet, or *something*. > > Dave > > On Sun, Feb 20, 2011 at 11:06 AM, @rju wrote: >> >> sir please help me >> i ve already told my requirement as fol

sending the report directly to the printer

2011-02-20 Thread @rju
oyalty "Agency of > the > Year" Award - Organized by Marketing Magazine > > -Original Message- > From: Frans Thamura [mailto:fr...@meruvian.org] > Sent: Thursday, February 17, 2011 11:38 AM > To: Struts Users Mailing List > Cc: @rju > Subject: Re: Int

sending the report directly to the printer

2011-02-20 Thread @rju
and it is the main requirement for this project... Dave Newton-6 wrote: > > He's saying "Hit Ctrl-P from inside a PDF reader. > > On Wednesday, February 16, 2011, @rju wrote: >> >> if dont mind can you tell in detailed manner >> -- >> View thi

RE: Integrate JasperReports into a Struts2 web application

2011-02-17 Thread @rju
k but please send me the code please. i might get any idea by seeing dat naa.. please adam pinder wrote: > > > > its specific to pdfs and won't be any different to window.print on a > normal web page > >> Date: Thu, 17 Feb 2011 09:22:33 -0800 >> From: nagarjunabatt...@gmail.com >> To: user@st

RE: Integrate JasperReports into a Struts2 web application

2011-02-17 Thread @rju
inside a pdf able to print??? ok can u please send that java script file to me.(nagarjunabatt...@gmail.com) adam pinder wrote: > > > > i think all interactions using window.print require the user to at least > acknowledge that they want to print. i've only used javascript inside a > pdf to be

RE: Integrate JasperReports into a Struts2 web application

2011-02-17 Thread @rju
ok adam am also thinking that only. so can you tell me is it possible to print the report directly when i press ok button . in this ok button the function am giving is window.open(action urlx). so i want a report if it dont display even it is not a matter but i need print out directly should go to

Re: Integrate JasperReports into a Struts2 web application

2011-02-17 Thread @rju
hello sir, in my java script file am calling action as follows and it displays the jasper report. window.open("itemsNotInPackageReport.action?branchName=" + $('select#branchName option:selected').val()); so now i want to send this to printer directly when i am calling action. Is it possible???

RE: Integrate JasperReports into a Struts2 web application

2011-02-17 Thread @rju
hey in my java script file am calling action as follows and it displays the jasper report. window.open("itemsNotInPackageReport.action?branchName=" + $('select#branchName option:selected').val()); so now i want to send this to printer directly when i am calling action. Is it possible??? i ve us

Re: Integrate JasperReports into a Struts2 web application

2011-02-17 Thread @rju
per/sales/ItemsNotInPackageReport.jasper itemNameList PDF please help me its urgent for me @rju wrote: > > hello boss > previously you ve helped a lot > hope u remember me. > boss am giving action call through ajax. &

Re: Integrate JasperReports into a Struts2 web application

2011-02-16 Thread @rju
saying "Hit Ctrl-P from inside a PDF reader. > > On Wednesday, February 16, 2011, @rju wrote: >> >> if dont mind can you tell in detailed manner >> -- >> View this message in context: >> http://old.nabble.com/Integrate-JasperReports-into-a-Struts2-web-applicat

Re: Integrate JasperReports into a Struts2 web application

2011-02-16 Thread @rju
if dont mind can you tell in detailed manner -- View this message in context: http://old.nabble.com/Integrate-JasperReports-into-a-Struts2-web-application-tp23479814p30946620.html Sent from the Struts - User mailing list archive at Nabble.com. --

Re: Integrate JasperReports into a Struts2 web application

2011-02-16 Thread @rju
i.e. it is not possible in this struts2-jasper report environment i hav some thing "http://helptodeveloper.blogspot.com/2010/02/way-of-printing-jasper-report-at-client.html"; but it is in struts1 but i ve used struts2. i ve used struts2-jasper reports plug-in also can u plz solve this... in

Re: Integrate JasperReports into a Struts2 web application

2011-02-16 Thread @rju
hey can you tell me how to send the jasper report directly to the printer in struts2-jasper report environment -- View this message in context: http://old.nabble.com/Integrate-JasperReports-into-a-Struts2-web-application-tp23479814p30946577.html Sent from the Struts - User mailing list archive a

RE: Struts2 - JasperReport Plugin - Subreport Problem

2011-02-07 Thread @rju
hi you should add the class of that phones field as "org.apache.struts2.views.jasperreports.ValueStackDataSource" instead of "java.lang.String". it will solve ur problem. but my problem is i am unable to find the populated list in the sub report. am using ireport 3.7.0 but in the example proje

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
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: -- View this message in cont

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 @rju
ok boss let me shou you my files -struts.xml /jasper/Report.jasper myList PDF -

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