blob: e134c715ca199e9c89ef729e9aad42f1839fb15f [file] [log] [blame]
<%@taglib prefix="s" uri="/struts-tags" %>
<html>
<head>
<title>Showcase - Tags - Non-Ui - Action Prefix</title>
</head>
<body>
<ul><s:url id="url" action="actionPrefixExampleUsingFreemarker" namespace="/tags/non-ui/actionPrefix" />
<s:a href="%{#url}">Action Prefix Example (Freemarker)</s:a></ul>
</body>
</html>