FYI
-----Original Message-----
From: LISTSERV SMTP interface [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, June 27, 2000 4:02 AM
To: [EMAIL PROTECTED]
Subject: Undelivered mail
An error was detected while processing the enclosed message. A list of
the affected recipients follows. This list is in a special format that
allows LISTSERV to automatically take action on incorrect addresses.
--> Error description:
Error-For: [EMAIL PROTECTED]
Error-Code: 3
Error-Text: 550 5.1.1 <[EMAIL PROTECTED]>... User unknown
Error-End: 1 error(s) reported
----------------------------- Undelivered message
-----------------------------
Date: Tue, 27 Jun 2000 09:01:49 -0700
From: Michael James Payne <[EMAIL PROTECTED]>
Subject: URL Parameters
To: [EMAIL PROTECTED]
cc: Michael James Payne <[EMAIL PROTECTED]>
Below you will find a URL with parameters.
<FORM action=http:/servlet/Servlet14.Servlet14?parms=12 method="POST">
When I run the above example in JBuilder 3.5, the Post method receives the
parms=12 just fine.
However, when I run the above example on Inprise Application Server or any
other application server, the Post method receives the parms as null.
I do not understand how this is happening. Can someone please help?
Thanks,
Mike Payne
Java Servlet Code:
clientID = "";
try {
clientID = request.getParameter("parms");
out.println("<P>");
out.println("Client ID ");
out.println(clientID);
out.println("<P>");
}
catch(Exception e) {
e.printStackTrace();
}
___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".
Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html