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

[587 byte] By [MerlinRosinaa] at [2007-11-26 15:56:18]
# 1
use request.getRequestDispatcher("/Welcome.jsp").forward(request,response);else use combination of <jsp:forward page=""> <jsp:param name="" value="" /> tags
RahulSharnaa at 2007-7-8 22:17:07 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...