string from the url

hi,i am calling second jsp from the first jsp. when second jsp got dipslayed, i want to retrive some value from the URL of the second jsp.is there anyway to do so. plz suggest me here.thanks
[211 byte] By [bobza] at [2007-11-27 4:16:20]
# 1
Those are called "request parameters". Now you know where to look for in the [url= http://java.sun.com/j2ee/1.4/docs/api/javax/servlet/ServletRequest.html]ServletRequest API[/url] how to retrieve them.
BalusCa at 2007-7-12 9:22:50 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...