How to map IceFaces component on a java.util.Calendar field?

后端 未结 2 1850
無奈伤痛
無奈伤痛 2021-01-23 05:28

Does anybody knows how can component be mapped on a java.util.Calendar field, not java.util.Date?

I am

2条回答
  •  耶瑟儿~
    2021-01-23 05:34

    Either do as BalusC suggests, or simply set value="#{yourBean.yourCalendar.time}.

提交回复
热议问题