Robo �ilka wrote:

> Know anybody, how to get(read) CGI variables in JSP or Servlet?

Most of the CGI environment values that you will be interested in are represented
by properties of the "request" object that is passed to your servlet (it it an
implicit variable in JSP pages).  For example, the QUERY_STRING value can be
retrieved by calling request.getQueryString().  Check the API documentation for the
ServletRequest and HttpServletRequest classes.

>
> Thanks
>
> RoBo Zilka
>

Craig McClanahan

===========================================================================
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