-
Bug
-
Resolution: Duplicate
-
Normal
-
None
-
8.6.0.1
-
None
-
OS: Windows 7 64 bit SP1
Browser: Google Chrome 71.0.3578.98
ZK: 8.6.0.1
I'm migrating from zk 7.0.8.1 to 8.6.0.1 and I'm facing a problem with SimpleConstraint.
Unlike zk7 version, there is a problem instantiating a SimpleConstraint using its int constructor.
For example, I want a "no empty" constraint in a datebox.
If I create it in this way everything works fine --> constraintByString = new SimpleConstraint("no empty");
But if I create it in this way it doesn't work --> constraintByFlag = new SimpleConstraint(256);
See attachments for a simple example.
- duplicates
-
ZK-4190 SimpleConstraint created by flag causes JS error
- Closed