Details
-
Type:
New Feature
-
Status:
Closed
-
Priority:
Major
-
Resolution: Won't Fix
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: Explorer
-
Labels:None
-
Number of attachments :
Description
<userTask formKey="some.form">
<extensionElements>
<act:formValidation act:expr="$
" act:message="Age must be bigger then 0" />
<act:formValidation act:expr="$
" act:message="Age must be smaller then 150" />
add interface FormValidation
add list of FormValidations to FormHandler's
throw FormValidationException (extends ActivitiException) in FormService.submitXxxx
This is not on the short term roadmap