[ https://issues.apache.org/jira/browse/ADFFACES-363?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Matthias Weßendorf updated ADFFACES-363: ---------------------------------------- Fix Version/s: 1.0.0-incubating-core Affects Version/s: 1.0.0-incubating-core > tr:validateDateTimeRange has incorrect hint when only minimum attribute is > set. > ------------------------------------------------------------------------------- > > Key: ADFFACES-363 > URL: https://issues.apache.org/jira/browse/ADFFACES-363 > Project: MyFaces ADF-Faces > Issue Type: Bug > Affects Versions: 1.0.0-incubating-core > Environment: Latest Trinidad trunk. > Reporter: Bill Baggett > Assigned To: Matthias Weßendorf > Priority: Minor > Fix For: 1.0.0-incubating-core > > > If I have the following: > <tr:inputText value="#{demoInput.date}" > label="Input date:" > shortDesc="Value will fail validation for dates > earlier than 2007"> > <tr:convertDateTime/> > <tr:validateDateTimeRange minimum="2007-01-01"/> > </af:inputText> > It will produce 2 validator hints: "The date cannot be after 12/31/1969" and > "The date cannot be before 1/1/2007. > The first validator hint is incorrect. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.