do
it?
I am sure there is a solution for
that..
any help would be appreciated
TIA
Mukesh garg
to get values out of HTML form
use
request.getParameter("password");
here request is HttpServletRequest object which u get in doGet() or doPost()
method. getParameter(String s) takes the name of the form field
hope this helps
-Original Message-
From: Tara Marjoram <[EMAIL PROTECTED]>
The problem is not probably in HTML code
It is in Java code
Because the calass file named sun.jdbc.odbc.JdbcOdbcDriver might not be in
servlets class path thats why it might be giving error.
-Original Message-
From: Punam Chordia <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED] <[EMAIL PROTECTE
Can anybody please help me how do i make use of Threading in
Servlets
My problem is
My servlets is being made to handle thousands of request to
send a mail.
I have implemented an SMTPClient class that sends mail for
every request.
Now what I want is I launch a new thread for every requ
gateway using
WAP/HTTP protocol.
if anybody has any idea please help me
Thanx
Mukesh garg