blob: 5b96cca6e8a82a4a43810f2af27672bbe2f1b0ac [file] [log] [blame]
<%@taglib prefix="s" uri="/struts-tags" %>
<html>
<head>
<title>Showcase - Model Driven Example</title>
<s:head/>
</head>
<body>
<s:label
label="Gangster Name"
name="name" /><br/>
<s:label
label="Gangster Age"
name="age" /><br/>
<s:label
label="Busted Before"
name="bustedBefore" /><br/>
<s:label
label="Gangster Description"
name="description" /><br/>
</body>
</html>