Description
The JavaScript method for populating select list value to the bound textfield is named
autoPopulate_${parameters.id?html}
If you have a property id (name) of myBean.id, the js call will fail, since autoPopulate_myBean.id is not a valid method name.