On Mon, Sep 18, 2000 at 03:37:53PM +0200, De_Miguel Martin wrote:
> I want to get all values from a list HTML ( Select name =" ...... ) from
> a servlet and if i set single list  i get only the selected element and
> if i set multiple list i have to select all values in javascript to get
> all the values. I use getParameterValues() to get all values but only
> selected values are taken.
>
> Is there any method easier ?

        This is a basic HTTP question. Unselected values are not
sent as part of the submission, so they're not available to any
server-side program.

--
                                                [EMAIL PROTECTED]

"If you want a functional site, don't go to a glamour design shop."
                        -- Jakob Nielsen

___________________________________________________________________________
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