| 1 | | <%@taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%> |
| 2 | | <%@taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt"%> |
| 3 | | <%@taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions" %> |
| 4 | | <%@taglib prefix="html" uri="http://struts.apache.org/tags-html"%> |
| 5 | | <%@taglib prefix="bean" uri="http://struts.apache.org/tags-bean"%> |
| 6 | | <%@taglib prefix="tiles" uri="http://jakarta.apache.org/struts/tags-tiles"%> |
| 7 | | <%@taglib prefix="s" uri="http://sastruts.seasar.org" %> |
| 8 | | <%@taglib prefix="f" uri="http://sastruts.seasar.org/functions" %> |
| 9 | | <%@taglib prefix="json" uri="http://www.atg.com/taglibs/json" %> |
| | 1 | <%@taglib |
| | 2 | prefix="c" uri="http://java.sun.com/jsp/jstl/core" %><%@taglib |
| | 3 | prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt" %><%@taglib |
| | 4 | prefix="fn" uri="http://java.sun.com/jsp/jstl/functions" %><%@taglib |
| | 5 | prefix="html" uri="http://struts.apache.org/tags-html" %><%@taglib |
| | 6 | prefix="bean" uri="http://struts.apache.org/tags-bean" %><%@taglib |
| | 7 | prefix="tiles" uri="http://jakarta.apache.org/struts/tags-tiles" %><%@taglib |
| | 8 | prefix="s" uri="http://sastruts.seasar.org" %><%@taglib |
| | 9 | prefix="f" uri="http://sastruts.seasar.org/functions" %><%@taglib |
| | 10 | prefix="json" uri="http://www.atg.com/taglibs/json" |
| | 11 | %> |