passing form values from one jsp to another
- by shil
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?