blob: 7d62563ab0272ce1383b61c3fc9642b69c68443d [file] [log] [blame]
<%@ taglib prefix="s" uri="/struts-tags" %>
<H2>Hello <s:property value="firstName"/> <s:property value="lastName"/></H2>
<p/>
<a href="<s:url action="index"/>">Back to front page</a>