Richfaces日历弹出时间的变化

时间:2015-03-26 08:00:23

标签: jsf calendar popup richfaces

我有一个Richfaces日历弹出时间改变问题;当我单击时钟按钮进行更改时,它正常工作,但当我尝试单击增加或减少按钮时,日历弹出窗口消失。

<rich:calendar style="width: 100px; text-align: center;"
                                value="#{some.value}"
                                inputClass="inputTextTable"
                                onchanged="setUpdateFlag(this);"
                                datePattern="dd/MM/yyyy HH:mm" popup="true"
                                showApplyButton="false" 
                                disabled="#{!some.flag}">
                                <bf:convertTimestamp type="both" pattern="dd/MM/yyyy HH:mm" />
                            </rich:calendar>

0 个答案:

没有答案