Rich Helton wrote:
>
> Servlet Group:
>
> Is there a way to get the field out of the HTML page that is passed in
> "request.getParameter(field);"  where I can get "field" dynamically from the
> HTML page?

Yes, check the servlet api docs for the HttpServletRequest method
getParameterNames.

Kevin Mukhar

___________________________________________________________________________
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

Reply via email to