I have this component:
<rich:calendar enableManualInput="true" value="#{home.born}" datePattern="dd/MM/yyyy" />
and i need to validate if the selected date is equal or before actual date at the momment…
Is there how to do it only with rich:calendar or i must verify it into home?
Problem solved! i’ve used the solution provided by Balusc.
Thanks everybody! 🙂
To validate it on the server side, you can use a
Validator.with