posted 10 years ago
i try to populate dropdownlist on gwt ui with data from tables in oracle database, and i have created following interfaces such a DataService
and
and within DataServiceImpl class i implement this method for getting an array of data from db table:
in my gwt.xml file i wrote:
and in the web.xml
and then i write on the client side the asynccallback, to get all data from table in db in an array and then fill with it an dropdownlist on ui:
the data doesn't seem to be loaded, i can't get anything on my gwt gui on the dropdownlist. Any suggestions please, what i do wrong here?