blob: 0bd107e2cae251737a7e74f09bfe97b87f32f9bb [file] [log] [blame]
<%@ taglib prefix="s" uri="/struts-tags" %>
<html>
<head>
<title>Showcase</title>
</head>
<body>
<h1>File Download Example</h1>
Click this <s:url id="url" action="download"/><s:a href="%{url}">link</s:a> to download Struts logo.
</body>
</html>