Re: problem with returning a pdf

2004-06-21 Thread Shyam A
Hello, I had a similar problem when I used iText with IE 6.0 for one of my Struts applications. The problem vanished when I disabled caching on the browser with the following setting in struts-config. HTH, Shyam --- tvvincam <[EMAIL PROTECTED]> wrote: > Hi, > > I'm using JasperRep

Re: [OT] running application server (OC4J) as a background process

2004-05-05 Thread Shyam A
al/oc4j-faq-904.html#oc4j_configuring > > But if you do still want to do it check out Steve > Button's blog entry on > the Subject: > > http://radio.weblogs.com/0132383/stories/2004/04/28/oc4jAsAWindowsService.html > > > Duncan > > > Shyam A wrote: >

[OT] running application server (OC4J) as a background process

2004-05-05 Thread Shyam A
Hello, I'm working on a Struts application using stand alone OC4J (Oracle 9i AS) as my application server. I need to deploy my application on a Windows NT machine (remote), and run the application server as a background process. Is it possible to run the server as a Windows service? Has anybody

Re: Struts, Business Logic, DAOs

2004-04-15 Thread Shyam A
I'm not sure about the best practice,but I would use an application specific Controller (Controller/Mediator pattern)class to perform the logic. I use a controller class for all related operations in use case(s) /subsystem.It controls all interactions between the UI and business layers. In my Actio

RE: [OT] request object w/ response.sendRedirect

2004-03-30 Thread Shyam A
Just a shot in the dark...How about creating an XML file and FTP'ing it to a location accessible to different servers? Shyam --- Jerry Jalenak <[EMAIL PROTECTED]> wrote: > OK - I can see how using cookies in this case is > less than desirable > (thanks Craig) > > So, am I just screwed? Th