Vic wrote:
I've been trying to use <bean:include .../> in a similar way to <jsp:include ...> but am unsuccessful.
http://struts.apache.org/userGuide/struts-bean.html#include
"This tag has a function similar to that of the standard |<jsp:include>| tag, except that the response data is stored in a page scope attribute instead of being written to the output stream."
Dave