Command pattern

2000-10-11 Thread Narasimha, Goli (c)
Hi All, Can any one of you give me an example program using Command Pattern in Servlet/JSP? Tx Goli === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". Some relevant FAQs on JSP/Servlets can be

Re: problem with file download

2000-10-05 Thread Narasimha, Goli (c)
response.setContentLength((int)fileLen); If you comment out the above code and try to download a file it will work. Its all because content length is not matching with what you are writing out to the buffer. Or If you have a need to set the content length, add two bytes to the original content l

OffTopic...StarOffice Problem...

2000-08-16 Thread Narasimha, Goli (c)
Hi, I have made couple changes to SWriter.java program that has been downloaded as a part of StarOffice SDK. My idea is to create to new document and save it in MSWord format. SWriter.java has code to create a new document but it does not have any code related to save the document. I have

OffTopic.....StarOffcie..

2000-08-15 Thread Narasimha, Goli (c)
Hi , I want to know is anyone is using StarOffice API to create a word/excel from a java program. I am trying to execute SWriter.java sample program that are downloaded as part of staroffcie_sdk. I am getting the following error while trying to open a socket connection to the startOffice. gett