Parameter from one jsp to another jsp?

Hi all,i want the information regarding the jsp that,if i want to take the parameter from one jsp and i want to print it on another jsp.,,index.jsp to user.jsp thanks
[208 byte] By [rajtwa] at [2007-11-27 9:37:39]
# 1
http://java.sun.com/products/jsp/tags/11/syntaxref11.fm9.html
SidGatea at 2007-7-12 23:09:20 > top of Java-index,Java Essentials,Java Programming...
# 2
HiYou can do either to store in session or request and get it the other jspalso while calling other jsp u can pass the parameter and get that from request..That all depend on ur requirement
Navneet_Nigama at 2007-7-12 23:09:20 > top of Java-index,Java Essentials,Java Programming...