-
Bug
-
Resolution: Fixed
-
Major
-
8.0.3
-
None
-
Security Level: Jimmy
-
None
-
ZK 8.0.4 S1
-
None
Steps to Reproduce
http://zkfiddle.org/sample/24r7k/1-tbeditor-missing-bind-annotations
run fiddle
Actual Result
binding doesn't trigger, value is not updated
Expected Result
binding trigger, value is updated in proxy / bean
Debug Info
missing annotations from tbeditor component declaration in zkamx.jar/metainfo/zk/lang-addon.xml
<component> <component-name>tbeditor</component-name> <component-class>org.zkoss.zkmax.zul.Tbeditor</component-class> <widget-class>zkmax.inp.Tbeditor</widget-class> <mold> <mold-name>default</mold-name> <mold-uri>mold/tbeditor.js</mold-uri> <css-uri>css/tbeditor.css.dsp</css-uri> </mold> </component>
Root Cause
Workaround
add attached lang-addon to project, enable in zk.xml with:
https://www.zkoss.org/wiki/ZK%20Configuration%20Reference/zk.xml/The%20language-config%20Element