passing form values from one jsp to another
Posted
by shil
on Stack Overflow
See other posts from Stack Overflow
or by shil
Published on 2010-03-30T02:30:51Z
Indexed on
2010/03/30
2:33 UTC
Read the original article
Hit count: 301
jsp
hi i need to access form data given entered in one jsp in another.. this is how my code looks fisrt jsp:
second jsp:
<%=request.getParameter("firstame")%>
now this prints a null value..
what is the mistake here? how do i get to access the values in my second jsp?
© Stack Overflow or respective owner