I have developed a webmodule using Appfuse. I had a predefined database with few tables which had Date field in it. I am able to successfully run appfuse using Jetty, However instead of showing me the date picker it is just showing Text field where i have to type date manually. Is there any way to get date picker by default?
I did the following steps for generating templates
- appfuse:gen-model: Generates Java classes from database tables.
- appfuse:gen: Generates and installs Tests, DAOs, Managers, Controllers and Views based on POJOs.
- appfuse:remove: Removes artifacts installed appfuse:gen.
- appfuse:full-source: Converts AppFuse basic projects to full-source with no AppFuse dependencies. Also renames packages to match your project's groupId.
- appfuse:copy-templates: Copies FreeMarker templates for CRUD generation into src/test/resources/appfuse. These templates can be customized to fit your needs.