Does JSP support for each statement ??
Actually i need to cycle through each post variable like this in ASP
for each tempvarname in request.querystring
value1 = request.form(tempvarname)
pass=pass&value1
next
I am unable to do this JSP...
Can somebody help ?