what objects are in empList? it is query list
and what properties? (code, name, email, telefone and type of employee)
What property of elements are you trying to display in select? I want to use the properties of Tipo (type of employee)
As you can see by the image, the list works, i just want to use values of Tipo (last index) into a select form
It looks like the form is to add a new emp. If this is the case you should not be using the type off of the employees in the list in the select. There could be duplicate or missing types. It looks like types is a predetermined set of objects. I would populate that in your controller. Maybe something like below (not tested)
Once types is on the model simply use them in your form