Re: HashTable

2001-01-15 Thread Ade Permana
RelaDetails objRelation = (RelaDetails) tmpTable.get(RowId); You get RelaDetails object first, and then you can retrieve the data from this object... -Original Message- From: Howard Hiew [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 16, 2001 1:04 PM To: [EMAIL PROTECTED] Subject: H

Redirect

2000-10-30 Thread Ade Permana
Hi, How to redirecting servlet to JSP with a new request (POST method) which is different from originally request that servlet was receive. I have one servlet that process a request from one page (JSP), If any exception raise while processing the request, this servlet (without displaying anythin

IO & PDF Problem

2000-10-26 Thread Ade Permana
Hi, I'm new on Servlet Prog. Can servlet do write/read directly to file on server ? I need to develop a part of web app. which can write pdf files to server (the rest of my apps. are using EJB and JSP) does someone have experience on it ? thank's ___

Http Session

2000-09-12 Thread Ade Permana
Dear Guy's I got a problem when using HTTP session on Sun j2ee server. I trying to bound an object to a session attribut using setAttribute method of HttpSession object. The object can be accessed on every page that deployed on the same context with the page that set the attribute. But the pag

PDF Files

2000-07-31 Thread Ade Permana
are there somebody know about generating pdf file from servlet thank's ___ To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff SERVLET-INTEREST". Archives: http://archives.java.sun

Re: problem with path & classpath

2000-07-25 Thread Ade Permana
add servlet.jar to your CLASSPATH (..\jswdk-1.0.1\lib directory) -Original Message- From: jit som [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 25, 2000 3:44 PM To: [EMAIL PROTECTED] Subject: problem with path & classpath I have installed JSWDK-1.0.1 & JDK-1.2 in my system, when I'm tr