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
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
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
___
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
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
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