- make validation works

git-svn-id: https://svn.apache.org/repos/asf/struts/action2/trunk@416576 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Toby Jee
2006-06-23 06:00:23 +00:00
parent b7d36f2094
commit 755dbcd67b
@@ -11,6 +11,7 @@
<result type="freemarker">/ftl/index.ftl</result>
</action>
<action name="helloWorld" class="helloWorldAction">
<result name="input" type="freemarker">/ftl/index.ftl</result>
<result type="freemarker">/ftl/helloWorld.ftl</result>
</action>
</package>