HtmlCalendarRenderer doesn't respect enclosed converted when encoding
---------------------------------------------------------------------

         Key: MYFACES-878
         URL: http://issues.apache.org/jira/browse/MYFACES-878
     Project: MyFaces
        Type: Bug
  Components: Tomahawk  
    Versions: Nightly    
 Environment: Linux
Jboss/Weblogic
    Reporter: Roland Huss
 Attachments: calendar.diff

During decoding, <t:inputCalendar> will use an enclosed <f:convertDateTime> for 
parsing a Date in favor
of an 'popupDateFormat' Attibute.

However when it comes to encoding, it will only use the value of the attribute 
'popupDateFormat', and, if not present,
uses a default value. It never looks at any enclosed formatter.

Please find attachted a patch for HtmlCalendarRenderer which solves this 
problem.


-- 
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