If you have given the select a name the value will be in the request object
if you do a post (not if you do a get)

<select name="blah">...


val = request.getParameter("blah").toString()

Paul

> -----Original Message-----
> From: Ashish Bhatia [mailto:[EMAIL PROTECTED]]
> Sent: 25 May 2000 16:09
> To: [EMAIL PROTECTED]
> Subject: Passing values
>
>
> Hi,
>         How can I pass a value from one JSP file to
> another??. I am trying
> to capture the value of an item selected from a select list
> and pass that
> value to the next JSP screen. Everything that I do does not
> seem to work.
> Please help
>
> Regards
> Ashish
>
>
>
> Visit http://www.NetVarsity.com for online learning
>
> ==============================================================
> =============
> To unsubscribe: mailto [EMAIL PROTECTED] with body:
> "signoff JSP-INTEREST".
> Some relevant FAQs on JSP/Servlets can be found at:
>
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to