is there any way to implement that without 2 database hits?
I mean, when you have
#{bean.projects}
this is a database hit.
and when the converter puts
sBean.getProjectById(value);
is a unnecessary database hit, since bean.projects already have id and value of the objects