> i am used one forward tag in jsp file,that page request will be avilable to the forwarded page.please explain the properties of jsp:forward tag
How about reading the documentation instead of bothering other people with questions you can easily answer yourself ?
Syntax
<jsp:forward page="relativeURL" />
or
<jsp:forward page="relativeURL">
<jsp:param name="paramName"
value="paramValue"/>
</jsp:forward>
andi