This content has been marked as final.
Show 1 reply
-
1. Re: rich:calendar can we input time directly without the popup
sivaprasad9394 Oct 14, 2014 4:08 AM (in response to princes)Hi,
You can use buttonIcon and buttonIconDisabled add the buttonLabel for displaying some label text.
Use value="#{eventBean.selectedDate}"> set the selectedDate value in the backing bean as date data type.It may be current date time or other one.
OR
Add Input component instead of date component and convert the value to Date type or String type based on your requirement.All the value will be set in the backing bean variable default values.