jsp forward action tage

hello,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
[163 byte] By [britevarghesea] at [2007-10-2 17:04:38]
# 1

> 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

andiha at 2007-7-13 18:18:59 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...