You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Naresh Sharma <Na...@KeaneIndia.Com> on 2004/06/10 19:12:37 UTC

Passing parameter : include

HI,

 

 

Please let me know equivalent struts tag,... I guess its bean:include but I
am not sure how to pass parameters(struts equivalent of jsp:param) to this.

 

Can you please suggest good online resource on struts tags.

 

<jsp:include page="MyJSP.jsp">

        <jsp:param name="header" value="SomeHeader" />

</jsp:include>

 

 

 

Regards

naresh