-
Bug
-
Resolution: Fixed
-
P2
-
5.0
-
b50
-
x86
-
windows_2000
Currently the returned value type is not correct when Java side returns Integer, Short, Long, Float, Double, Byte, Character & String. They have to be wrapped inside a DispatchImpl object, otherwise, the successive invocation of Java method may fail.
Testcase:
http://javaweb.sfbay/~xl116366/LCTest/JavaObject/JavaObjectTest.html
Click "Int Test", this will call into getInt method of the applet, it will return a Integer object, since plugin just returns the int data, the data type has been lost.
###@###.### 2004-04-22
###@###.### 2004-04-22
Testcase:
http://javaweb.sfbay/~xl116366/LCTest/JavaObject/JavaObjectTest.html
Click "Int Test", this will call into getInt method of the applet, it will return a Integer object, since plugin just returns the int data, the data type has been lost.
###@###.### 2004-04-22
###@###.### 2004-04-22