-
Bug
-
Resolution: Fixed
-
Normal
-
7.0.4
-
None
-
Security Level: Jimmy
-
None
-
None
Reproducible steps:
1. Load the zul page below
2. Click on "Wrong value" button to throw WrongValueException on the multiline textbox
test.zul
<zk> <button label="Wrong value" onClick='throw new WrongValueException(textbox, "error message");'/> <textbox id="textbox" multiline="true"/> </zk>
Expected result:
The textbox should have red border, and an errorbox appears with the "error message" message.
Actual result:
The textbox has red border, but an errorbox does not appear.
- is cloned by
-
ZK-2746 Errorbox still not shown when WrongValueException is thrown on a multiline textbox
- Closed