Short-hand syntax should work for property as per param

Description

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.

Activity

Adam Cameron 
28 April 2022 at 06:13

I’d like to withdraw this issue. I don’t need it, and I don’t think Lucee should implement arbitrary behaviour that does not have an equivalent in CF: it is not helpful to do so.

Details

Assignee

Reporter

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