<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>ForEach</title>
</head>
<body>
<span>Foreach sample with List.</span>
<table border="1">
        <div id="aaaItems">
        <tr>
                <td><span id="foo">hoge</span></td>
                <td><span id="bar">huga</span></td>
                <td>
                        <table border="1"><tr>
                        <div id="barItems" ><td><span id="data" /></td></div>
                        </tr></table>
                        <table border="1"><tr>
                        <div id="hogeItems" ><td><span id="hoge" /></td></div>
                        </tr></table>
                </td>
        </tr>
        </div>
</table>
</body>
</html>