-
Bug
-
Resolution: Fixed
-
Normal
-
8.5.1, 8.6.0
-
ZK 8.6.1 S1
Steps to Reproduce
http://zkfiddle.org/sample/33kvmq9/1-formproxy-issue
Also found on ViewModelProxyHandler: http://zkfiddle.org/sample/3fiqket/1-viewmodelproxy-issue
Current Result
java.lang.StringIndexOutOfBoundsException: String index out of range: 0
Expected Result
No error
Debug Information
A side effect of ZK-3556
toAttrName(LinkedList#set) is failed
It needs to be checked if it is an attribute (aka JavaBean property). Method "set" is not a valid attribute and should be ignored.