Re: directly send Jasper report to printer in WebApplication from local printer

2011-04-28 Thread nagarjunabatt...@gmail.com
dat means i hav to use content Disposition ok bt later will the print action be revoked or not??? Please elaborate ur idea using code please -- View this message in context: http://struts.1045723.n5.nabble.com/directly-send-Jasper-report-to-printer-in-WebApplication-from-local-printer-tp434

Overriding interceptor in stack

2011-04-28 Thread Miguel
Today's question actually follows yesterday's suggestion by Dave of using the preparable interface and is really an architecture/convention-over-configuration question: - what do you think about the possibility to override an interceptor by reassigning it in the configuration? I don't think this i

Re: Overriding interceptor in stack

2011-04-28 Thread Dave Newton
Seems like it'd be easier and cleaner to change the service impl the interceptor uses rather than the interceptor itself. Dave On Apr 28, 2011 6:54 AM, "Miguel" wrote: > Today's question actually follows yesterday's suggestion by Dave of > using the preparable interface and is really an > archit