<%@ page language="java" %> <%@ taglib uri="/WEB-INF/struts-html-el.tld" prefix="html-el" %> <%@ taglib uri="/WEB-INF/struts-bean-el.tld" prefix="bean-el" %> <%@ taglib uri="/WEB-INF/c.tld" prefix="c" %> Test bean-el:include Tag and Replacements

Test bean-el:include Tag and Replacements

Display the contents returned by invoking /index.jsp using <c:import>, with no filtering.




Display the contents returned by invoking /index.jsp using <c:import>, with filtering.




Display the contents returned by invoking /index.jsp using <bean-el:include>, with no filtering.




Display the contents returned by invoking /index.jsp using <bean-el:include>, with filtering.