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
struts.xml /jasper/sales/ItemsNotInPackageReport.jasper itemNameList PDF please help me its urgent for me -- View this message in context: http://old.nabble.com/Integrate-JasperReports-into-a-Struts2-web-application-tp23479814p30948502.html Sent fro

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 -- View this message in context: http://old.nabble.com/Integrate-JasperReports-into-a-Struts2-web-application-tp23479814p30948492.html Sent from t

Re: Integrate JasperReports into a Struts2 web application

2011-02-17 Thread @rju
ay, 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 f

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

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
ajax call for action > -- > View this message in context: > http://old.nabble.com/Integrate-JasperReports-into-a-Struts2-web-application-tp23479814p30946597.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
this... in my architecture we are using ajax call for action -- View this message in context: http://old.nabble.com/Integrate-JasperReports-into-a-Struts2-web-application-tp23479814p30946597.html Sent from the Struts - User mailing list archive at

Re: Integrate JasperReports into a Struts2 web application

2011-02-16 Thread Frans Thamura
ontext: > http://old.nabble.com/Integrate-JasperReports-into-a-Struts2-web-application-tp23479814p30946577.html > Sent from the Struts - User mailing list archive at Nabble.com. > > > - > To unsubscribe, e-mail: u

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

Re: Integrate JasperReports into a Struts2 web application

2010-03-23 Thread eliza64
ntext: http://old.nabble.com/Integrate-JasperReports-into-a-Struts2-web-application-tp23479814p27999481.html Sent from the Struts - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: user-unsubscr...@struts.apache.or

Re: Integrate JasperReports into a Struts2 web application

2009-05-11 Thread Yanto
> > > > I've read Bruce Phillips Blog, > > > http://www.brucephillips.name/blog/index.cfm/2008/7/12/Using-The-JasperReports-Struts2-Plugin-A-Main-Report-And-A-Subreport > > > > just want to know, whether most of pe

Re: Integrate JasperReports into a Struts2 web application

2009-05-11 Thread wild_oscar
od as bruce or > there is other most common way. > > Thanks & Regards > Yanto > > -- View this message in context: http://www.nabble.com/Integrate-JasperReports-into-a-Struts2-web-application-tp23479814p23481107.html Sent from the Struts - User mailing list archive at

Integrate JasperReports into a Struts2 web application

2009-05-11 Thread Yanto
Hi, What's the most common way people used to call the JasperReport when used Struts 2 framework ? I've read Bruce Phillips Blog, http://www.brucephillips.name/blog/index.cfm/2008/7/12/Using-The-JasperReports-Struts2-Plugin-A-Main-Report-And-A-Subreport just want to know, whether most of people