Details
Details
Assignee
Unassigned
UnassignedReporter
Adam Cameron
Adam CameronLabels
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
Priority
Created 1 February 2015 at 15:56
Updated 28 April 2022 at 06:13
Copied from: https://issues.jboss.org/browse/RAILO-3205
This works:
param numeric score=0;
This should - likewise - work:
property numeric score=0;
However what the above does is equivalent to this:
property name="numeric" score=0;
NB: ColdFusion simply errors with this syntax, so there's no precedent set, but still: the syntax should be inferable.