Test bean-el:include Tag and Replacements

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


        





    Struts-EL Test Application




Struts-EL Test Pages

BEAN Tags

HTML Tags

LOGIC Tags

Replacements for Struts tags not ported to Struts-EL

BEAN Tags

LOGIC Tags

Other Testable Features


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


        <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">



<html>
<head>
    <title>Struts-EL Test Application</title>
</head>

<body bgcolor="white">

<div align="center">
    <h1>Struts-EL Test Pages</h1>
</div>

<h3>BEAN Tags</h3>
<ul>
    <li><a href="bean-include.jsp">&lt;bean:include&gt;</a>[<a
            href="showSource.jsp?path=/bean-include.jsp">Source</a>]</li>
    <li><a href="bean-resource.jsp">&lt;bean:resource&gt;</a>[<a
            href="showSource.jsp?path=/bean-resource.jsp">Source</a>]</li>
    <li><a href="bean-size.jsp">&lt;bean:size&gt;</a>[<a
            href="showSource.jsp?path=/bean-size.jsp">Source</a>]</li>
</ul>

<h3>HTML Tags</h3>
<ul>
    <li><a href="html-link.jsp">&lt;html:link&gt;</a>[<a
            href="showSource.jsp?path=/html-link.jsp">Source</a>]</li>
    <li><a href="html-multibox.jsp">&lt;html:multibox&gt;</a>[<a
            href="showSource.jsp?path=/html-multibox.jsp">Source</a>]</li>
    <li><a href="html-radio.jsp">&lt;html:radio&gt;</a>[<a
            href="showSource.jsp?path=/html-radio.jsp">Source</a>]</li>
    <li><a href="html-button.jsp">&lt;html:button&gt;</a>[<a
            href="showSource.jsp?path=/html-button.jsp">Source</a>]</li>
    <li><a href="html-file.jsp">&lt;html:file&gt;</a>[<a
            href="showSource.jsp?path=/html-file.jsp">Source</a>]</li>
    <li><a href="html-frame.jsp">&lt;html:frame&gt;</a>[<a
            href="showSource.jsp?path=/html-frame.jsp">Source</a>]</li>
    <li><a href="html-input.jsp">&lt;html:input&gt;</a>[<a
            href="showSource.jsp?path=/html-input.jsp">Source</a>]</li>
    <li><a href="html-select.jsp">&lt;html:select&gt;</a>[<a
            href="showSource.jsp?path=/html-select.jsp">Source</a>]</li>
    <li><a href="html-setters.jsp">Scalar Setters</a>[<a
            href="showSource.jsp?path=/html-setters.jsp">Source</a>]</li>
    <li><a href="html-indexed.jsp">Indexed Tags</a>[<a
            href="showSource.jsp?path=/html-indexed.jsp">Source</a>]</li>
</ul>

<h3>LOGIC Tags</h3>
<ul>
    <li><a href="logic-iterate.jsp">Iterate Tag</a>[<a
            href="showSource.jsp?path=/logic-iterate.jsp">Source</a>]</li>
    <li><a href="logic-match.jsp?param1=value1">Match Tags</a>[<a
            href="showSource.jsp?path=/logic-match.jsp">Source</a>]</li>
    <li><a href="logic-present.jsp?param1=value1">Presence Tags</a>[<a
            href="showSource.jsp?path=/logic-present.jsp">Source</a>]</li>
    <li><a href="logic-redirect.jsp">&lt;logic:redirect&gt;</a>[<a
            href="showSource.jsp?path=/logic-redirect.jsp">Source</a>]</li>
</ul>

<h2>Replacements for Struts tags not ported to Struts-EL</h2>

<h3>BEAN Tags</h3>
<ul>
    <li><a href="bean-cookie.jsp">&lt;bean:cookie&gt;</a>[<a
            href="showSource.jsp?path=/bean-cookie.jsp">Source</a>]</li>
    <li><a href="bean-define.jsp">&lt;bean:define&gt;</a>[<a
            href="showSource.jsp?path=/bean-define.jsp">Source</a>]</li>
    <li><a href="bean-header.jsp">&lt;bean:header&gt;</a>[<a
            href="showSource.jsp?path=/bean-header.jsp">Source</a>]</li>
    <li><a href="bean-parameter.jsp?param1=value1&param2=value2">&lt;bean:parameter&gt;</a>[<a
            href="showSource.jsp?path=/bean-parameter.jsp">Source</a>]</li>
    <li><a href="bean-write.jsp">&lt;bean:write&gt;</a>[<a
            href="showSource.jsp?path=/bean-write.jsp">Source</a>]</li>
</ul>

<h3>LOGIC Tags</h3>
<ul>
    <li><a href="logic-compare.jsp">Comparison Tags</a>[<a
            href="showSource.jsp?path=/logic-compare.jsp">Source</a>]</li>
    <li><a href="logic-empty.jsp">Emptiness Tags</a>[<a
            href="showSource.jsp?path=/logic-empty.jsp">Source</a>]</li>
</ul>

<h2>Other Testable Features</h2>
<ul>
    <li>
        <a href="/el-example/bean-dyna.do;jsessionid=F4D614D1661B0D9B6BC35F43B942B6ED">DynaActionForm References in EL[<a
            href="showSource.jsp?path=/bean-dyna.jsp">Source</a>]</a>
    </li>
</ul>
</body>
</html>

    

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


        
308 Permanent Redirect

308 Permanent Redirect


nginx

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


        <html>
<head><title>308 Permanent Redirect</title></head>
<body>
<center><h1>308 Permanent Redirect</h1></center>
<hr><center>nginx</center>
</body>
</html>