Mapping inputText to Date object in JSF

前端 未结 2 779
野性不改
野性不改 2020-12-19 05:18

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

2条回答
  •  旧时难觅i
    2020-12-19 05:51

    You can try like this

      
         
    
    

    where someDate is a util date & have accessor methods in the backing bean.

提交回复
热议问题