-
Bug
-
Resolution: Fixed
-
Normal
-
8.0.5
-
None
-
Security Level: Jimmy
-
None
-
None
Steps to Reproduce
- load the attached zul
- click the button
Current Result
invalid or unexpected token
Expected Result
Debug Info
au response:
{"rs":[["setAttr",[{$u:'myscript'},"dynamicProperty",["src",org.zkoss.zhtml.impl.AbstractTag$EncodedURL@173b026e]]]],"rid":1}
Root Cause
else if ("src".equals(name)) { // ZK-3011: should defer until render EncodedURL url = new EncodedURL(sval); setDynaProp(name, url); smartUpdate("dynamicProperty", new Object[] { name, url }, true); return;