---------------------------------------------------------------- BEFORE YOU POST, search the faq at <http://java.apache.org/faq/> WHEN YOU POST, include all relevant version numbers, log files, and configuration files. Don't make us guess your problem!!! ---------------------------------------------------------------- Hi, I am facing a problem with getting all the selected values of a multiselected list(html select) from a servlet HttpServletRequest. String selectedPartIds[] = req.getParameterValues("list1"); Above is my code. The method getParameterValues("list1") is supposed to return array with all the selected values in the "list1". But it is returning only first selected item. I tried getParameterValues("") with other multi values html name. But is is returning only one value. I am running Apche 1.3.12 and JServ 1.1. Did anybody face this poblem. Please suggest if you know any solution. Thanks in advance Subash -- -------------------------------------------------------------- Please read the FAQ! <http://java.apache.org/faq/> To subscribe: [EMAIL PROTECTED] To unsubscribe: [EMAIL PROTECTED] Search Archives: <http://www.mail-archive.com/java-apache-users%40list.working-dogs.com/> Problems?: [EMAIL PROTECTED]
