On Thursday, August 4, 2011 12:07:34 AM UTC-4, Ialejandro wrote: > > In fact I'm using list:string because architechture, I'm doing a lot of > manual parsing, but Is it a problem? Coould it be implemented? or the best > way is to use list:reference?
It might be best to use list:reference if you can in order to maintain the integrity of the references (otherwise, if you change the name of a project, for example, you then have to change its name in all your list:string fields rather than relying on the id reference). If that's not feasible, maybe you should use an IS_IN_SET validator (with the set being the list of db.project.name values). Anthony

