How to Prepopulate <rich:calender> in JSF?
- by Hari
In My application i am pre-populating some datas from the Server. When i assign the data for the <rich:Calender> .I am not able to see the date in the UI.I am convert the string from the database to Date format. Kindly Help.
My JSF Code
<a4j:outputPanel>
<rich:calendar id="myCalendar" popup="true" mode="client"
…