Jul 12, 2010 #1 bthale Programmer Oct 31, 2001 108 US How would I go about getting the contents of a <select> field in request.getParameter()?
Jul 13, 2010 #2 Diancecht Programmer Jan 8, 2004 4,042 ES Try request.getParameterValues() Cheers, Dian Upvote 0 Downvote