[richfaces-issues] [JBoss JIRA] Created: (RF-8035) Days are not shown in rich:calendar popup in combination with s:validateEquality

Axel Roeber (JIRA) jira-events at lists.jboss.org
Wed Oct 21 08:18:05 EDT 2009


Days are not shown in rich:calendar popup in combination with s:validateEquality
--------------------------------------------------------------------------------

                 Key: RF-8035
                 URL: https://jira.jboss.org/jira/browse/RF-8035
             Project: RichFaces
          Issue Type: Bug
          Components: component, component-input
    Affects Versions: 3.3.2.SR1, 3.3.2.GA, 3.3.1
         Environment: Firefox 3.5
            Reporter: Axel Roeber


<rich:calendar id="to" value="#{xxx}" datePattern="dd.MM.yyyy" converter="jodaDateTimeConverter" >
  <s:validateEquality for="from" operator="greater_or_equal" />
</rich:calendar>

generates:

<script type="text/javascript">//<![CDATA[
new Calendar('pan:datBis', 
                        "de",{'selectedDate':new Date(2009,9,20,0,0,0),'currentDate':new Date(2009,9,20),'datePattern':'dd.MM.yyyy'} , {dayListMarkup:null}).load();
//]]>
</script>

Without s:validateEquality the 'dayListMarkup:null' is not generated (only empty brackets {}) and all dates are shown.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the richfaces-issues mailing list