Hi all!
I am developing portlets for Portal and I am trying to have a form in which a single-select combo box has as possible selections the results stored in a String array. Everytime the page is loaded a query is made, and the query results returned should be the possible values of the combobox.
Is this possible and how can I do it?
Thanks