Jsf 为什么我的数据表不能在richfaces 4.0中呈现?

Jsf 为什么我的数据表不能在richfaces 4.0中呈现?,jsf,calendar,richfaces,Jsf,Calendar,Richfaces,我尝试了所有我知道的方法,但似乎没有任何效果,我甚至尝试了重新渲染,但没有任何效果 这是我的密码: <rich:calendar id="calendar5" dataModel="#{calendarModel}" popup="false" datePattern="yyyy/MM/dd" value="#{calendarModel.selectedDate}" boundaryDatesMode="select"

我尝试了所有我知道的方法,但似乎没有任何效果,我甚至尝试了重新渲染,但没有任何效果

这是我的密码:

<rich:calendar  id="calendar5" dataModel="#{calendarModel}"
                popup="false" datePattern="yyyy/MM/dd" value="#{calendarModel.selectedDate}"
                boundaryDatesMode="select"
                showApplyButton="false" cellWidth="24px" cellHeight="22px" style="width:200px">

                <a4j:ajax event="change" render="calendar5,dw,table" execute="@this" action="#{weekViewBean.weekList}" listener="#{calendarModel.changeDateListener}"/>

         </rich:calendar>

该怎么办?仅显示日历的代码。我猜您想要一个id表的组件更新以响应用户选择的日期?如果是这样,您是否尝试过dateselected事件?尝试+您可以切换到最新版本的RichFaces:4.3.5我已经尝试过了。我想我已经尝试了所有版本,但问题似乎是呈现数据表中的值,因为它呈现的是weekView基础上的日期值