Issues
- sameFormFieldsAsArray does nothing for name="zxc[]"LDEV-2635Resolved issue: LDEV-2635
- Lucee inconsistently turns nulls in array to spaces when converting to listLDEV-2632Resolved issue: LDEV-2632Michael Offner
- Replace and ReplaceNoCase Struct Replace All not workingLDEV-2628Resolved issue: LDEV-2628Michael Offner
3 of 3
sameFormFieldsAsArray does nothing for name="zxc[]"
Closed
Description
Environment
None
Attachments
2
Details
Assignee
UnassignedUnassignedReporter
GuardianGuardianPriority
MinorNew Issue warning screen
Before you create a new Issue, please post to the mailing list first https://dev.lucee.org
Once the issue has been verified, one of the Lucee team will ask you to file an issue
Details
Details
Assignee
Unassigned
UnassignedReporter
Guardian
GuardianPriority
New Issue warning screen
Before you create a new Issue, please post to the mailing list first https://dev.lucee.org
Once the issue has been verified, one of the Lucee team will ask you to file an issue
Created 14 January 2020 at 09:13
Updated 20 January 2020 at 05:45
Resolved 20 January 2020 at 05:45
Activity
Pothys - MitrahSoft20 January 2020 at 05:45
As per the reporter said I close the ticket.
Guardian14 January 2020 at 10:08
sorry, please close the ticket, this is just a bad code.
Hi,
found that this.sameFormFieldsAsArray option in application.cfc does nothing in case for name="zxc[]".
"myphones" varable, by default should be of type List but it is Array
Setting sameformfieldsasarray to false/true in application.cfc doesn’t change anything.
ACF10, 18 works well.