<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml" xmlns:h="http://xmlns.jcp.org/jsf/html" xmlns:f="http://xmlns.jcp.org/jsf/core" xmlns:b="http://butterfaces.org/components"> <h:head /> <body> <h:form id="formId"> <b:tags id="input" label="label" hideLabel="false" value="null" distinct="true" maxTags="null" confirmKeys="" placeholder="Enter text..." readonly="false" disabled="false" required="false" autoFocus="false" rendered="true"> <b:tooltip> tooltip </b:tooltip> </b:tags> </h:form> </body> </html>