7 Replies Latest reply on Aug 17, 2007 4:58 AM by konstantin_grigoriev

    suggestionbox features

      Not long ago i'd been developing the same component as rich faces suggestionbox component. But now i'm using ajax4jsf and richfaces libraries in my projects and i saw, that suggestionbox mises some features which i think will be realy usefull for users.

      1) When user doesn't enter any letters in input field, and he is in confusion - what he has to do? I think it's better to show some tip when input gets focus (for example tip - please enter first letter of your item). I can do such tip by myself, but i think it's better if it'll be part of suggestion component.

      2) When suggestionAction returns empty list, it's more meaningful to show tip with information that nothing fetched.

      Sorry, if i ask too much.