I have a form with Select component, When I store the data into DataBase the component is working fine. But When I
edit the record from the table the from doesn’t show the selected value in Select component , but remaing all components are working fine. Please give the solution.
Actually I have table, when I select any row in the table and click edit button it display a subwindow with selected row values in the table. Here all the textfileds values are displayed the in the subwindow,
but the values in the dropdown list(Select or combobox) are doesnt display the previous selected values …but the list of values are there inside dropdown list…please give the solution…thanks in advance…
Did you resolve this already? I guess none of the instances of PortalInstitution from portalInstGenHome.getActiveInstitution() equal to PortalUser.portalInstitution. When setting the current selection of Select the container.containsId is called and that eventually calls List.contains which compares id objects with equals.