RE: Integrate JasperReports into a Struts2 web application

2011-02-17 Thread Jerson John
Award - Organized by Marketing Magazine -Original Message- From: Frans Thamura [mailto:fr...@meruvian.org] Sent: Thursday, February 17, 2011 7:35 PM To: Jerson John; 'Struts Users Mailing List' Subject: Re: Integrate JasperReports into a Struts2 web application We use modjk

RE: Integrate JasperReports into a Struts2 web application

2011-02-17 Thread @rju
arjunabatt...@gmail.com >> To: user@struts.apache.org >> Subject: RE: Integrate JasperReports into a Struts2 web application >> >> >> inside a pdf able to print??? >> ok can u please send that java script file to >> me.(nagarjunabatt...@gmail.com) &g

RE: Integrate JasperReports into a Struts2 web application

2011-02-17 Thread adam pinder
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@struts.apache.org > Subject: RE: Integrate JasperReports into a Struts2 web application > > >

RE: Integrate JasperReports into a Struts2 web application

2011-02-17 Thread @rju
inside a > pdf to be able to print without user interaction but even that has been > deemed a security risk and so is also frowned upon. > >> Date: Thu, 17 Feb 2011 09:03:05 -0800 >> From: nagarjunabatt...@gmail.com >> To: user@struts.apache.org >> Subject: RE: I

RE: Integrate JasperReports into a Struts2 web application

2011-02-17 Thread adam pinder
, 17 Feb 2011 09:03:05 -0800 > From: nagarjunabatt...@gmail.com > To: user@struts.apache.org > Subject: RE: Integrate JasperReports into a Struts2 web application > > > ok adam am also thinking that only. > so can you tell me is it possible to print the report directly when i p

RE: Integrate JasperReports into a Struts2 web application

2011-02-17 Thread adam pinder
g the report and javascript which is called onload which does the window.print then that would suffice or similar type of functionality > From: mgai...@hotmail.com > To: user@struts.apache.org > Subject: RE: Integrate JasperReports into a Struts2 web application > Date: Thu, 17 Feb 20

RE: Integrate JasperReports into a Struts2 web application

2011-02-17 Thread @rju
: Thu, 17 Feb 2011 02:44:44 -0800 >> From: nagarjunabatt...@gmail.com >> To: user@struts.apache.org >> Subject: Re: Integrate JasperReports into a Struts2 web application >> >> >> hello sir, >> >> in my java script file am calling action as follows and it dis

RE: Integrate JasperReports into a Struts2 web application

2011-02-17 Thread Martin Gainty
aucune responsabilité pour le contenu fourni. > From: apin...@hotmail.co.uk > To: user@struts.apache.org > Subject: RE: Integrate JasperReports into a Struts2 web application > Date: Thu, 17 Feb 2011 12:07:51 + > > > > window.open is not a synchronous command and he

RE: Integrate JasperReports into a Struts2 web application

2011-02-17 Thread adam pinder
e new window is loaded first, then issue a print on the new window. > Date: Thu, 17 Feb 2011 02:44:44 -0800 > From: nagarjunabatt...@gmail.com > To: user@struts.apache.org > Subject: Re: Integrate JasperReports into a Struts2 web application > > > hello sir, > > i

Re: Integrate JasperReports into a Struts2 web application

2011-02-17 Thread Frans Thamura
s Users Mailing List' Reply-To: "Struts Users Mailing List" Subject: RE: Integrate JasperReports into a Struts2 web application Hi, Please help me out.I have Struts2 Application which works fine when I run in localhost.Somehow I am failed to run using Virtual host name.It comes to

RE: Integrate JasperReports into a Struts2 web application

2011-02-17 Thread Jerson John
riginal Message- From: @rju [mailto:nagarjunabatt...@gmail.com] Sent: Thursday, February 17, 2011 6:42 PM To: user@struts.apache.org Subject: Re: Integrate JasperReports into a Struts2 web application hey in my java script file am calling action as follows and it displays the jasp

Re: Integrate JasperReports into a Struts2 web application

2011-02-17 Thread Frans Thamura
: @rju [mailto:nagarjunabatt...@gmail.com] Sent: Thursday, February 17, 2011 6:42 PM To: user@struts.apache.org Subject: Re: Integrate JasperReports into a Struts2 web application hey in my java script file am calling action as follows and it displays the jasper report. window.open("it

RE: Integrate JasperReports into a Struts2 web application

2011-02-17 Thread Jerson John
y 17, 2011 6:42 PM To: user@struts.apache.org Subject: Re: Integrate JasperReports into a Struts2 web application hey in my java script file am calling action as follows and it displays the jasper report. window.open("itemsNotInPackageReport.action?branchName=" + $('select#branchN

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
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-16 Thread Jerson John
: @rju Subject: Re: Integrate JasperReports into a Struts2 web application struts2 is web based, jasper is standalone if u create as swing that is possible F On Thu, Feb 17, 2011 at 10:34 AM, @rju wrote: > > hey can you tell me how to send the jasper report directly to the printer in

Re: Integrate JasperReports into a Struts2 web application

2011-02-16 Thread @rju
hello boss previously you ve helped a lot hope u remember me. boss am giving action call through ajax. so after that action i dont want my result as a jasper report i want to send that report directly to the printer... dat to without user interaction Dave Newton-6 wrote: > > He's saying "Hit Ctr

Re: Integrate JasperReports into a Struts2 web application

2011-02-16 Thread Dave Newton
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 this message in context: > http://old.nabble.com/Integrate-JasperReports-into-a-Struts2-web-application-tp23479814p30946620.html > Sent from

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 Frans Thamura
struts -> jasper -> PDF -> Adobe REader -> Printer that is the steps or create HTML TXT -> browse printing. -- Frans Thamura Director Meruvian. Integrated Hypermedia Java Solution Provider. Mobile: +628557888699 Blog: http://blogs.mervpolis.com/roller/flatburger (id) FB: http://www.facebook.c

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 Frans Thamura
struts2 is web based, jasper is standalone if u create as swing that is possible F On Thu, Feb 17, 2011 at 10:34 AM, @rju wrote: > > 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://o

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: Integrate JasperReports into a Struts2 web application

2010-03-23 Thread eliza64
With the recent release of JasperReport Plug-in, Now, you can directly add any fields, calculations(stored/un-stored), aggregations, global variables, related fields and many more, to your Jasper Report, as you are doing in Servoy itself. You don't have write huge SQL Query for the same. Just pas

Re: Integrate JasperReports into a Struts2 web application

2009-05-11 Thread Yanto
Hi Oscar, thanks alot for the code, will try it :) On Mon, May 11, 2009 at 6:59 PM, wild_oscar wrote: > > Hi, > > I don't think the plugin was available when I used Jasper with an > application. I simply passed some Collections into the report and created > them. You can have a look at the code:

Re: Integrate JasperReports into a Struts2 web application

2009-05-11 Thread wild_oscar
Hi, I don't think the plugin was available when I used Jasper with an application. I simply passed some Collections into the report and created them. You can have a look at the code: Movement mov = movementManger.findById(movementId); List list = new ArrayList();