Calendar control's Date converter is lenient
--------------------------------------------

         Key: TOMAHAWK-448
         URL: http://issues.apache.org/jira/browse/TOMAHAWK-448
     Project: MyFaces Tomahawk
        Type: Bug

  Components: Calendar  
 Environment: MANIFEST.MF:
Manifest-Version: 1.0
Ant-Version: Apache Ant 1.6.5
Created-By: 1.4.2_08-b03 (Sun Microsystems Inc.)
Built-By: root

Name: myfaces.apache.org
Implementation-Title: MyFaces
Implementation-Version: 1.1.0 (September 13 2005)
Implementation-Vendor: MyFaces Project Team (http://myfaces.apache.org)
    Reporter: Hermecz Vajk
    Priority: Minor


CalendarDateTimeConverter creates a DateFormat without the 
DateFormat.setLenient(false) call.
BUT Standard JSF implementation's DateTimeConverter's getDateFormat() sais:

private DateFormat getDateFormat()
{
    ...
    // format cannot be lenient (JSR-127)
    format.setLenient(false);
    return 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

Reply via email to