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
         Environment: Latest Trinidad trunk.
            Reporter: Bill Baggett
            Priority: Minor


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.

Reply via email to