-
Type:
New Feature
-
Resolution: Unresolved
-
Priority:
Normal
-
Affects Version/s: 5.0.9
-
Component/s: Components
-
None
http://www.zkoss.org/forum/listComment/18316
Currently, custom error message only allowed to the last constraint.
<window id="win"> <datebox id="fecha" constraint="no empty: message1, before 20111231: message2"/> </window>