I want to use the listOfValues or autoComplete component in my application. Currently I'm using tomahawk and not able to find any related component for autoComplete or listOfValues. Can anyone please suggest me if there is any other way to do it using tomahawk ?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
This requires a shot of Javascript/Ajax. Since Tomahawk is not an Ajaxical-flavored component library, you ain't going to find anything in there. You'll need to either write some (custom) Javascript (or better, jQuery) code around it or to go for a JSF component library with Ajaxical powers, like RichFaces which has a |
|||
|
|
|
RichFaces has an easy-to-use version of If you don' need the combo-part (i.e. the arrow for selection), you can either extend the component and get rid of the combo-part, or use I once decided on the 1st option, which turned out to be easier for my purposes. |
|||||||
|