Author: tmjee
Date: Thu Jun 22 23:00:23 2006
New Revision: 416576
URL: http://svn.apache.org/viewvc?rev=416576&view=rev
Log:
WW-1359
- make validation works
Modified:
struts/action2/trunk/archetype/src/main/resources/archetype-resources/src/main/resources/xwork.xml
Modified:
struts/action2/trunk/archetype/src/main/resources/archetype-resources/src/main/resources/xwork.xml
URL:
http://svn.apache.org/viewvc/struts/action2/trunk/archetype/src/main/resources/archetype-resources/src/main/resources/xwork.xml?rev=416576&r1=416575&r2=416576&view=diff
==============================================================================
---
struts/action2/trunk/archetype/src/main/resources/archetype-resources/src/main/resources/xwork.xml
(original)
+++
struts/action2/trunk/archetype/src/main/resources/archetype-resources/src/main/resources/xwork.xml
Thu Jun 22 23:00:23 2006
@@ -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>