blob: 1f6084e7e185d089b27804b5b7238d17f257c88c [file] [log] [blame]
<%@taglib prefix="s" uri="/struts-tags" %>
<html>
<head>
<title>Showcase - Freemarker</title>
</head>
<body>
<ul>
<li>
<s:url id="url" action="customFreemarkerManagerDemo" namespace="/freemarker" />
<s:a href="%{#url}">Demo of usage of a Custom Freemarker Manager</s:a>
</li>
</ul>
</body>
</html>