-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.3.12, 2.3.14
-
Fix Version/s: 2.3.15
-
Component/s: Plugin - Tags
-
Labels:
-
Environment:
Struts2.3.12,Struts2.3.14 ,others not test
jdk1.6
tomcat6
-
Flags:Important
In XWork-core.jar the validators "RegexFieldValidator",the field "expression" define update from 'expression' to 'regex'.
But in the struts2-core.jar xhtml template——form-close-validate.ftl,use the old field 'expression'.So,when use client validation,it's will show freemark error!the client validation can't work!
other validators has SAME ERROR! like 'EMAIL VAlIDATOR','URL VALIDATOR',and so on!