I am very new to JSF. I am trying to get a Date in JSF inpuText component using a custom datepicker( made using jquery and cannot user calendar component). I want to map thi
You can try like this
where someDate is a util date & have accessor methods in the backing bean.
someDate