Problem with Login JSP
Hi,
I want to get the values from previous page
index.jsp
Username <input type="text" name="userName" size=25>
Password <input type="password" name="passWord" size=25>
i am getting the parameter values in action.jsp
Like
userName and password by getParameter(userName)..
But again i try to get the same parameter value in another page
like welcome.jsp
I am not able to get the value of index.jsp
Please tell me how can i get the values from index.jsp into welcome.jsp
Thanks
Merlin Rosina

