| Author |
where can we use jsp:param
|
Rajesh Pathak
Ranch Hand
Joined: Aug 15, 2002
Posts: 56
|
|
One of the jsp elements where we can use <jsp aram name="aName" value="aValue"/> is inside <jsp:forward>...<.jsp:forward>. where else can we use it?
|
Rajesh(Bangalore,India)<br />SCJP2, SCWCD, SCEA, IBM-XML, UML-OOAD, IBM-Enterprise Connectivity with J2EE.
|
 |
Thambi Rajah
Ranch Hand
Joined: Jul 19, 2002
Posts: 36
|
|
Based on SCWCD Exam Study Kit (Hanumant Desmukh, Jignesh Malavia)page 237, <jsp aram /> elements can be nested within the <jsp:include > or <jsp:forward > element. Thambi
|
 |
Jacky Chow
Ranch Hand
Joined: Sep 01, 2002
Posts: 63
|
|
according to jsp sepcification 1.2, <jsp aram> can be use with <jsp:include>, <jsp:forword> and <jsp arams>, where <jsp arams> is a sub-element of <jsp lugin>.
|
Jacky
|
 |
 |
|
|
subject: where can we use jsp:param
|
|
|