JSF: Handling Dates in JSF Forms
In this article, I show you code examples on how to handle dates in JSF forms. The project consists of three files: - StudentTest.java - student_date_test_form.xhtml - student_date_test_response.xhtml The user enters the student data into the form: first name, last name and hire date. The input format for the hire date is day, month, year. As an example For 1 [...]