> Unfortunately, you won't be able to use request scope for this. The
> reason is that, in a JSP 1.1 environment, <bean:include> has
> to internally
> do a separate request in order to buffer the output. Because it is a
> separate request, request scope attributes are not shared.
The doc gave me the impression that 'jsp:include' and 'bean:include'
would to the same thing:
http://jakarta.apache.org/struts/struts-bean.html#include
It would be nice to add to the doc how they differ (what you stated above),
just for future reference.
Thanks,
Gidado