Please, would someone direct me to an example of populating a drop-down selection list using values from a database table query? Most examples show hard-coded values. I'm hoping to find an example (could be another library than Trinidad; like Tomahawk or ADF) that includes the JSP and bean.
I'm using Trinidad. Not clear what the difference is between a selectOneListbox and a selectOneChoice. http://myfaces.apache.org/trinidad/trinidad-api/tagdoc/tr_selectOneListbox.h tml http://myfaces.apache.org/trinidad/trinidad-api/tagdoc/tr_selectOneChoice.ht ml They both seem the same. If I use either one of the above, does my bean need to use CoreSelectOneListBox in order to populate the drop-down list? http://myfaces.apache.org/trinidad/trinidad-api/apidocs/org/apache/myfaces/t rinidad/component/core/input/CoreSelectOneListbox.html Where I'm most confused is the proper syntax in the JSP...just need a good example. Many thanks, Mike Quentel

