{
if (attr.getRelationship().isToMany())
{
// Attributo di ricerca appartiene ad una relazione :N
chunk.HtmlNewLine();
chunk.addHtmlCode("\t\t\t\t\t<h:outputLabel value=\"#{msgs.localSearch_" + bean.getName() + "_" + attr.getRelationship().getName() + "_" + attr.getName() + "}\" styleClass=\"formFieldLabel\" />\r\n");
chunk.addHtmlCode("\t\t\t\t\t<h:selectManyListbox value=\"#{" + bean.getName() + "Manager." + attr.getRelationship().getFromBeanName() + "Manager.localSearch" + attr.getRelationship().getName() + Utils.makeFirstLetterUpperCase(attr.getName()) + "}\" ");
// Inserisce gli eventuali eventi presenti