How to add tooltip to f:selectItems
问题 For example the f:selectItems component doesn\'t support the title attribute in some versions of JSF. Would it be possible to replace JSF Components by their plain HTML counterparts using JSFC and do something like this? <select jsfc=\"h:selectOneMenu\" value=\"#{cc.data}\"> <option jsfc=\"f:selectItems\" value=\"${cc.listItems}\" var=\"item\" title=\"#{item.tooltip}\"></option> </select> instead of <h:selectOneMenu value=\"#{cc.data}\"> <f:selectItems value=\"#{cc.listItems}\" /> </h