Author: bphillips Date: Mon Jul 1 14:19:34 2013 New Revision: 1498469 URL: http://svn.apache.org/r1498469 Log: added form_validation child module
Modified: struts/sandbox/trunk/struts2examples/pom.xml Modified: struts/sandbox/trunk/struts2examples/pom.xml URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/struts2examples/pom.xml?rev=1498469&r1=1498468&r2=1498469&view=diff ============================================================================== --- struts/sandbox/trunk/struts2examples/pom.xml (original) +++ struts/sandbox/trunk/struts2examples/pom.xml Mon Jul 1 14:19:34 2013 @@ -35,6 +35,7 @@ <module>using_tags</module> <module>coding_actions</module> <module>form_processing</module> + <module>form_validation</module> </modules> <dependencies>