PDA

View Full Version : SSL not allowing ComboBox CellRender to display selectedItem


xbrotherx
10-30-2006, 07:18 PM
Has anyone had any experience with and found a solution to a situation in which ComboBoxes embedded with a ComboBoxCellRenderer do not show the selectedItem once drawn?

The dropdown displays all labels correctly but even when you choose one of those the selectedItem does not show when the dropdown closes.

I am expereincing this only when I call the site with a secure protocol, specifically HTTPS.

I don't have this problem when the ComboBox component is not embedded in a DataGrid.

Also, HTML text does not show up under SSL in the DataGrid but I am more concerned about the ComboBox.