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
-----Original Message-----
From: jon * <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED] <[EMAIL PROTECTED]>
Date: Friday, May 21, 1999 3:07 PM
Subject: Re: clearing url parameters
>> How can I avoid this.
>
><form method=post>
>
>-jon
>
>___________________________________________________________________________
>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