I want to call a bean after a date is selected in a p:calendar
. In my setup I have a @Named @ViewScoped
Bean, the class ObWithDate
is
I ran into this issue today morning. Found that primefaces have removed the DateSelectEvent from Primefaces 3.5 . Hence had to remove the ajax event call from my calendar object. Instead retrieving the value using get..(). Please find the discussion for the same in this link below. http://forum.primefaces.org/viewtopic.php?f=3&t=27590