[ http://issues.apache.org/jira/browse/BEEHIVE-206?page=all ]
matt c closed BEEHIVE-206. -------------------------- Verified as closed, the error now reads: A value assigned to a control property does not satisfy its constraints. Cause: The value, Wed, Jul 4, '04, assigned to a date property is not in the specified format of: yyyy/MM/dd After changing to the proper format, code compiles. Verified with version: 417573M > control property constraint:AnnotationMemberTypes.Date accept one format > ------------------------------------------------------------------------ > > Key: BEEHIVE-206 > URL: http://issues.apache.org/jira/browse/BEEHIVE-206 > Project: Beehive > Issue Type: Bug > Components: Controls > Affects Versions: V1Beta > Reporter: James Song > Assigned To: matt c > Priority: Minor > Fix For: v.next > > Attachments: diff-BEEHIVE-206.txt, MemberTypeTest.java, > MemberTypeTest.java, PersonControl.java, PersonControl.java > > > Currently, AnnotationMemberTypes.Date only accept YYYY/MM/DD. > There will be cases when user would like to specify the HH:MM, or other input > format, such as long date format. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
