Thread
:
get parameters in jsp
View Single Post
#
2
(
permalink
)
08-05-2007, 06:29 AM
oregon
Member
Join Date: Jul 2007
Posts: 41
If you want to get the values of a form use the following where "test" is the name of the input (in your case a text field not textbox):
Code:
<%= request.getParameter("test") %>
oregon
View Public Profile
Send a private message to oregon
Find all posts by oregon