I am using primefaces 3.2 and JSF 2.0
My scenario is I have file date, last date and next date in my form. When user enters file date I need to update file date valu
I think you must consider doing this:
public void dateChange() { System.out.println("File Date: " + caseMaster.getFileDate()); }
If you use the "focus" event, it will be triggered on change or dateSelect for calendar primefaces control.