--- mike dizon <[EMAIL PROTECTED]> wrote: > Hi All,
>
> I'm new to servlets. I was wondering how I would process a query based on
> multiple form fields. For example, if there was a field called firstName
> and lastName, I wish to return results based on information from the two
> different fields.
>
> Thanks!
>

just use:

    request.getParameter ("firstName"); <and>
    request.getParameter ("lastName");

hope this helps :)

__________________________________________________
Do You Yahoo!?
Everything you'll ever need on one web page from News and Sport to Email and Music 
Charts
http://uk.my.yahoo.com

___________________________________________________________________________
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