Skip to main content
This topic has been closed for replies.

1 reply

Inspiring
February 10, 2012

The readonly attribute is listed twice and w/o a description. Not even sure it's a valid attribute.

BKBK
Community Expert
Community Expert
February 11, 2012

firefighter990 wrote:

The readonly attribute is listed twice and w/o a description. Not even sure it's a valid attribute.

Listing readonly twice is a typographical error. So, too, is the spelling preceision, right next to it.

Readonly is a valid attribute in this context. Here readonly is an annotation in an ORM (Object Relational Mapping) collection. If you set it to true, it tells ColdFusion that the collection will never change and that it can therefore be cached.