can I use request.getParameter() call in JSP (as well as in a servlet) to get data from HTML form
- From: "terry433iid@xxxxxxxxx" <terry433iid@xxxxxxxxx>
- Date: Sun, 20 Apr 2008 14:07:03 -0700 (PDT)
I have a web application that uses a HTML form with some check boxes
and radio buttons to have user select what data they want to order -
the action in the form is a JSP page and I was using jstl tags in JSP
to get the value(s) of checkobx or radio buttons in calling HTML
code.....
But could I just use request.getParameter() in my JSP to get the
values from the form? I thought request.getParameter() was only for
use in a servlet java code (I know JSPs get compiled into servlets)
??
.
- Follow-Ups:
- Prev by Date: Swing GUI samples
- Next by Date: Re: can I use request.getParameter() call in JSP (as well as in a servlet) to get data from HTML form
- Previous by thread: Swing GUI samples
- Next by thread: Re: can I use request.getParameter() call in JSP (as well as in a servlet) to get data from HTML form
- Index(es):