You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by mu...@apache.org on 2007/04/27 04:01:53 UTC

svn commit: r532930 - /struts/struts2/trunk/core/src/test/resources/org/apache/struts2/interceptor/validation/json-1.txt

Author: musachy
Date: Thu Apr 26 19:01:53 2007
New Revision: 532930

URL: http://svn.apache.org/viewvc?view=rev&rev=532930
Log:
WW-1897 Create JSONValidationInterceptor

Added:
    struts/struts2/trunk/core/src/test/resources/org/apache/struts2/interceptor/validation/json-1.txt

Added: struts/struts2/trunk/core/src/test/resources/org/apache/struts2/interceptor/validation/json-1.txt
URL: http://svn.apache.org/viewvc/struts/struts2/trunk/core/src/test/resources/org/apache/struts2/interceptor/validation/json-1.txt?view=auto&rev=532930
==============================================================================
--- struts/struts2/trunk/core/src/test/resources/org/apache/struts2/interceptor/validation/json-1.txt (added)
+++ struts/struts2/trunk/core/src/test/resources/org/apache/struts2/interceptor/validation/json-1.txt Thu Apr 26 19:01:53 2007
@@ -0,0 +1,12 @@
+/* {
+   "errors": [
+        "General error"
+   ],
+   "fieldErrors": {
+        "value": ["Min value is -1"],
+   		"text" : [
+   			"Too short",
+			"This is no email"
+		]
+   } 
+} */
\ No newline at end of file