RE: [coldbox:12142] populateModel & Autosaving

You mean so you could do createObject(“Java”,“File”) instead of createObject(“Java”,“java.io.File”)?

~Brad

Yeah, but it was also discussed at that time to have the new operand which later came.

so you could just do

myFile = new FIle()

or

myFile = new java.io.FIle()