1
我在使用JSF <h:selectManyListbox>
和Google Chrome時遇到了一些問題。爲什麼Google chrome中重新定義了h:selectManyListbox的屬性大小?
當我的頁面加載時出現錯誤「重新定義屬性大小」。 我只是想看看我的列表框中只有5個項目:
<h:selectManyListbox id="usersManyListbox" value="#{pingResultBean.selectedUsers}"
size="5" style="width:168px;">
<f:selectItems value="#{pingResultBean.userItems}"/>
</h:selectManyListbox>
在其他瀏覽器一切正常。