Re: ActionServlet return a pdf document

2001-11-14 Thread Balasubrahmanyam Pasumarthy
; input = process.getInputStream(); > buffer = new byte[8192]; > > while ((bytes = input.read(buffer)) > 0) >outputStream.write(buffer, 0, bytes); > > return (process.waitFor()); > > >Any idea or suggestion ??? > >

Re: Upload question

2001-11-14 Thread Balasubrahmanyam Pasumarthy
nks for help, > >Daniel WAMARA > >_ >Téléchargez MSN Explorer gratuitement à l'adresse >http://explorer.msn.fr/intl.asp > > >-- >To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> >For additional c

Locating to particular section

2001-11-12 Thread Balasubrahmanyam Pasumarthy
page and Child action that takes care of presenting page in child window and updates. Any pointers towards this is really appreciated. Thanks Balu Balasubrahmanyam Pasumarthy ** Sr. Consultant, Zensar Technologies Ltd, Ph: 91-20-6

Radio Button..in struts..

2001-09-16 Thread Balasubrahmanyam Pasumarthy
ciated. Thanks Balasubrahmanyam Pasumarthy ** Sr. Consultant Zensar Technologies Ltd, Ph: 91-20-6684001 extn 612 9822114193 (mobile) ***

Image Handling through Struts.

2001-09-14 Thread Balasubrahmanyam Pasumarthy
Hi Everybody, I've got an application, using struts, which has the following requirement: "It needs to upload an a image file from the user and should display on the same page." One constraint is it should not store the file in servers directory temporarily. Of course it can be store in any d