Web appl Server - java cartridge

From: Mike Spak <Michael.Spak_at_mci.com>
Date: 1997/12/10
Message-ID: <348F18F4.2B6453BF_at_mci.com>#1/1


Im looking for an example of how to use the getURLParameter method for an incoming parameters of the same name
but with different values. (as would be received from a HTML checkbox using the same parameter name. So the
url looks like: "
host.name/java/myjavapgm?dateparm=971201&colparm=col1&colparm=col2&colparm=col3" etc etc.

String dateparm = request.getURLParameter("dateparm"); works fine for getting the values of unique parameter names, but will not work for same parameter name with multi values.

thanks for any help Received on Wed Dec 10 1997 - 00:00:00 CET

Original text of this message