rich:comboBox中的间距问题

时间:2012-06-04 05:41:04

标签: richfaces jsf-1.2

我遇到了与rich相关的问题:ComboBox

<rich:comboBox id="colorBox" value="#{formInputBean.color}">
                                <f:selectItem itemValue="Red" />
                                <f:selectItem itemValue="White" />
                                <f:selectItem itemValue="Blue" />
                                <f:selectItem itemValue="green" />
                                <f:selectItem itemValue="black" />
                                <f:selectItem itemValue="pink" />
                            </rich:comboBox>

这是我的组合框的代码。但是这显示了Combobox字段和comboBox下拉按钮之间的空白区域。 这是示例:enter image description here

请指导我,如何解决

由于

1 个答案:

答案 0 :(得分:1)

此问题纯粹与文档类型相关。如果页面在Quirks模式下运行,则会生成此问题。