1
我有一個使用Java Server Faces和Facelets的基於Java的Web應用程序。rich:日曆圖標與顯示框不在同一行上顯示
我使用richfaces calendar輸入日期範圍。
這是網頁上的代碼。
<h:panelGroup>
<fieldset>
<legend>Date Submitted</legend>
<rich:calendar value="#{SearchBean.start_dateSubmitted}" />
<rich:calendar value="#{SearchBean.end_dateSubmitted}" />
</fieldset>
</h:panelGroup>
這是Firefox的結果。
alt text http://img16.imageshack.us/img16/3717/richcalendar.png
所以,我的問題是,圖標是下一行,而不是在同一行顯示框。