This week's giveaway is in the Testing forum. We're giving away four copies of TDD for a Shopping Website LiveProject and have Steven Solomon on-line! See this thread for details.
I have one jsp page user.jsp in which i take user name from user & after click on submit button it goes to success.jsp page.
i created one loginaction.java page where i check the user enered value is correct or not & if it correct then go to success.jsp
Now i want to display on success.jsp >>> Hi +user entered value i.e username(Dynamic value)+ login successful..