[jbossseam-issues] [JBoss JIRA] Created: (JBSEAM-2337) Add Date support with seam-gen
Siarhei Dudzin (JIRA)
jira-events at lists.jboss.org
Mon Dec 3 09:52:51 EST 2007
Add Date support with seam-gen
------------------------------
Key: JBSEAM-2337
URL: http://jira.jboss.com/jira/browse/JBSEAM-2337
Project: JBoss Seam
Issue Type: Feature Request
Components: Tools
Affects Versions: 2.0.0.GA
Reporter: Siarhei Dudzin
Seam-gen should support Date type fields in database tables and generate a richfaces Calendar tag in the <EntityName>List.xhtml page.
Parameters in the corresponding navigation page (<EntityName>List.xml for example) could be passed by using JBoss Seam DateTime converter:
<param name="dateFromParameter"
value="#{myEntityList.dateFrom}" converterId="org.jboss.seam.ui.DateTimeConverter"/>
Seems to be quite simple to get dates generated with the generate-entities command this way.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the seam-issues
mailing list