<%@ page language="java" %> <%@ taglib uri="http://struts.apache.org/tags-html-el" prefix="html-el" %> <%@ taglib uri="http://struts.apache.org/tags-bean-el" prefix="bean-el" %> <%@ taglib uri="http://java.sun.com/jstl/core" 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.