At 07:56 AM 18/11/99 +0530, JBADRI wrote:
>When a servlet calls itself based on a form action,
> 1. When HTML calls servlet the first time it works fine.
> 2. Subsequently when the servlet calls itself using post, it fails when
>this
>
>         request.getParameterValues("TEXT1");

You might find that the argument to getParameterValues is case senstive,
so try changing your servlet form to

        out.println("<Input type=Text name=TEXT1 value="+textarray[i]+">") ;


--
Subvert the dominant paradigm
 http://www.cyber4.org/members/grumpy/index.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

Reply via email to