craigmcc 2002/07/06 19:24:24
Modified: doc/userGuide struts-bean.xml
Log:
Document the restrictions on using <bean:include> against a resource
protected by a security constraint, or in the /WEB-INF subdirectory.
Applications should use <jsp:include ... flush="false"/>, or the <c:import>
tag from the JSP Standard Tag Library (JSTL) to perform these tasks.
Revision Changes Path
1.4 +8 -0 jakarta-struts/doc/userGuide/struts-bean.xml
Index: struts-bean.xml
===================================================================
RCS file: /home/cvs/jakarta-struts/doc/userGuide/struts-bean.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- struts-bean.xml 23 Jun 2002 00:07:15 -0000 1.3
+++ struts-bean.xml 7 Jul 2002 02:24:24 -0000 1.4
@@ -364,6 +364,14 @@
</ul>
</info>
+ <p><strong>WARNING</strong> - Accessing resources protected by security
+ constraints, or resources under the <code>/WEB-INF</code> subdirectory,
+ with this tag is not supported. Consider using the
+ <code><jsp:include ... flush="false"></code> tag on a JSP 1.2
+ or later container, or the
+ <code><c:import></code> tag from the JSP Standard Tag Library
+ to accomplish this.</p>
+
<attribute>
<name>anchor</name>
<required>false</required>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>