Community
Participate
Working Groups
Created attachment 128668 [details] screenshot description: The paramter is not displayed correctly when its default value list is set as an array. build id: 2.5.0 v20090313-0630 steps to reproduce: 1. New a String type parameter, select Display Type as List Box. 2. Add three static value "a","b","c" and allow Multiple Values. 3. Iput an array in its getDefaultValueList.eg. new Array("a","b") 4. Preview. Actual result: See attached screenshot. Expected result: "a","b","c" are in the list box, "a" and "b" are selected as default values.
Created attachment 128669 [details] test report
Please check if it is a bug of engine.
The default value is an instance of Object[] if getDefaultValueList() returns multiple values. Reassign to Viewer to display this kind of data.
*** This bug has been marked as a duplicate of bug 267323 ***
verified.