0

ユーザーが指定された期間の部屋を予約できるアプリケーションを準備しています。予約の開始日と終了日を選択できるカレンダーをユーザーに表示したいのですが、部屋がすでに予約されている日もマークアップしたいと思います。jsf / myfacesを使用することは可能ですか?

4

2 に答える 2

1

豊富な顔で既製のものを直接使用できます。ホイールを再発明する理由

于 2010-11-11T17:43:35.267 に答える
0

Ice Facesを使用するだけで、既製のカレンダーを直接使用できます。

< ice:selectInputDate id="fromDateId" renderMonthAsDropdown="true" renderYearAsDropdown="true" value="#{slowMovingSalesOrderAction.fromDate}" title="#{msgs['page.selectInputDate.popup.title']}" renderAsPopup= "真" tabindex="1">

            < f:convertDateTime pattern="#{productionRegisterAction.systemDateFormat}" timeZone="#{productionRegisterAction.timeZone}"/>

          < /ice:selectInputDate>
于 2010-12-03T11:41:49.577 に答える