Another question. My servlet generates serveral one-line text boxes each with a corresponding submit button. How can I "poll" all of the text boxes and determine which one was pushed without having a req.getParameter() for each one. I found a way. I used the getQueryString() method. It works great but I need the screen to be able to be refreshed without re-submitting the parameters at the end of the url. Is there a way to solve this problem using <form method=post>? Any comments appreciated. Duke ___________________________________________________________________________ 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
