You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by "Paradis, André" <an...@versalys.com> on 2001/09/25 22:35:47 UTC

Need explanation: include tag in struts.tld and bean:include tag

Hi,

I'd like to know what is the status of struts.tld. It defines an include
tag
wich performs the equivalent of a <jsp:include> tag. Is it deprecated ? 

There is also the <bean:include ...> tag defined in struts-bean.tld.
>From the code, 
I understand that the framework is computing an url, and then retrieve
the data using an URLConnection object. The data is then made available
in a page scope bean. I fear this is quite slow when one only want to
include JSP pages defined in forward statements in the struts-config.xml
file.  

What is the best way of performing the equivalent of an <jsp:include>
tag of a forward statement defined in the struts config file?

Regards,

Andre Paradis