I don't know about "from an applet", but for a standard Post operation you
can use request.getParameterNames() which returns a String enumeration or
null.
If you want to add some "control" logic, add the equivalent of hidden form
values. You can use request.getParameter("controller") to get each value
independantly.
Lance Lavandowska
Software Engineer
http://www.AgDomain.Com
-----Original Message-----
From: Sebastian Sager <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED] <[EMAIL PROTECTED]>
Date: Friday, August 20, 1999 3:50 AM
Subject: Parameters and Post (again)
>Hi !
>
>I got no response to yesterdays question so I figure it was rather
>stupid. Could anyone point our a URL where to read the basics about how
to
>send serialized objects AND information about the transmission together?
>
>Thanks...
>
>
> Sebastian Sager
>
>
>
>
>Hello !
>
>I'm new to servlets so it's a very basic question I have. I want my
>applet to send some (serialized) objects and files to the servlet, so I
>use the Post method. But whats the best way to let the servlet know the
>parameters for the transmissions (like user name, rudimentary password,
>name of the file, name of the subdir to store data in...) ? I thought
>about successive GETs and POSTs, but that's not too elegant, is it ? And
>persistant connections ? Didn't really understand what you have to do to
>keep them :o(
>
>Thanks in advance for your help...
>
>
>Sebastian
>
>_________________________________________________________________________
__
>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
>
___________________________________________________________________________
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