tracker issue : CF-4204461

select a category, or use search below
(searches all categories and all time range)
Title:

JavaCast() support for two-dimensional arrays

| View in Tracker

Status/Resolution/Reason: To Fix//Investigate

Reporter/Name(from Bugbase): Benjamin R. / ()

Created: 05/29/2019

Components: Language, Java Integration

Versions: 2018

Failure Type:

Found In Build/Fixed In Build: /

Priority/Frequency: Normal /

Locale/System: / Win 2012 Server x64

Vote Count: 1

JavaCast() currently only supports casting to a one-dimensional array e.g. JavaCast("long[]", value);

Please add support for casting to a two-dimensional array e.g. JavaCast("long[][]", [[300,1],[0,0]]);

Attachments:

Comments:

Lucee already supports this capability.
Comment by Benjamin R.
30834 | May 29, 2019 05:58:16 AM GMT