SelectOneListbox bug in 1.8.0dr1 revision
[Logo]
Forums for ICEfaces and ICEpdf
[Search] Search   [Recent Topics] Recent Topics   [Groups] Home Page | www.icefaces.org  [Register] Register  [Login] Login 
SelectOneListbox bug in 1.8.0dr1 revision  XML
Forum Index -> Development Build Feedback (ICEfaces 2.0)
Author Message
Baleyba

Joined: 16/11/2006 00:00:00
Messages: 110
Offline


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.
[Thumb - captures.jpg]
 Filename captures.jpg [Disk] Download
 Description
 Filesize 15 Kbytes
 Downloaded:  90 time(s)


JBoss 4.2.3 | Java 1.6.0_16 | IceFaces 1.8.2
 
Forum Index -> Development Build Feedback (ICEfaces 2.0)
Go to:   
Powered by JForum 2.1.7ice © JForum Team