summaryrefslogtreecommitdiffstats
path: root/sandbox/ant/sca/branches/2.0-M2/samples/webapps/helloworld-stripes/src/main/webapp/WEB-INF/jsp/home.jsp
blob: ea3fc5571427f21617b604d0564e34744c72c5f7 (plain)
1
2
3
4
5
6
7
8
<%@ include file="/WEB-INF/jsp/taglibs.jsp" %>

<s:layout-render name="/WEB-INF/jsp/layout.jsp" title="Welcome">
  <s:layout-component name="body">
    <p>sayHello returns: ${actionBean.hello}</p>
    <p>Congratulations, you've set up a Stripes SCA project!</p>
  </s:layout-component>
</s:layout-render>