我遇到了与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下拉按钮之间的空白区域。 这是示例:
请指导我,如何解决
由于
答案 0 :(得分:1)
此问题纯粹与文档类型相关。如果页面在Quirks模式下运行,则会生成此问题。