Hi all,
I get a bug in the 1.8.0dr1 rev.
As you can see on the attached picture, the rendering of selectOneListbox tag has problem on pictures 2 and 3.
Normally, it should render like on the number one.
this is the code:
Code:
<ice:selectOneListbox size="50" styleClass="selectOnList"
id="id_solb" partialSubmit="true"
valueChangeListener="#{bean.onChange}">
<f:selectItems id="id_Items"
value="#{bean.items}" />
</ice:selectOneListbox>
The css class fix the height and width of selectonelistbox.
With last 1.8.0dr1 renderer always give a dropdownlist wehereas rendering a listbox like on capture number one.
All is working fine in the 1.7.2 revision.
I hope to be clear.
regards,
Bal.