Html5 Support for Apache MyFaces
Project Documentation
Foundation

Summary

Tag name: <hx:dataList>
UIComponent class: org.apache.myfaces.html5.component.input.HtmlDataList
Tag class: org.apache.myfaces.html5.tag.input.HtmlDataListTag
Component type: org.apache.myfaces.html5.HtmlDataList
Component family: javax.faces.Output
Renderer type: org.apache.myfaces.html5.DataList
Renderer class: org.apache.myfaces.html5.renderkit.input.HtmlDataListRenderer

Suggestions provider component for input components.

Attributes

Name Type Supports EL? Description
suggestions Object Yes Suggestion values to use. Can be one of comma seperated strings, array of {@link SelectItem} or collection of {@link SelectItem}.