You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@myfaces.apache.org by Guy Bashan <gu...@gmail.com> on 2009/01/04 09:52:42 UTC

[MyFaces][Sandbox] inputSuggest

Seems like inputSuggest is having the following issues:
1) No ability for adding "class" and "styleClass" attributes.
2) When putting more than once (in a loop, for example t:dataTable), the
components are not working properly, and the id is not being produced
properly.
3) f:selectItems can be only a Map and not a SelectItem array/list.

I am using this latest jar: tomahawk-sandbox-1.1.7-SNAPSHOT.jar

Am I missing something? These looks like several critical issues to the
functionality of this component.