-
-
Notifications
You must be signed in to change notification settings - Fork 172
Open
Description
For whatever reason, I am getting an error with this output:
"Parameter 'checked' of type 'java.util.Collection with value '0,1' is not supported by JasperStarter! "
I have tried mutliple formats ([0, 1], "[0, 1]", ["0", "1"] etc) but none have worked.
Here is how my params look:
$params = ["checked" => "0,1"];
This is the code in the jrxml that uses this parameter.
<parameter name="checked" class="java.util.Collection">
<defaultValueExpression><![CDATA[]]></defaultValueExpression>
</parameter>
Any ideas would be greatly appreciated I have spent a long time on this and have read through countless of these bug reports but none of them have solved this problem. If you need any more context please let me know and I can provide whatever is necessary.
Thanks,
Biele
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels