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

Nick Belaevski (JIRA) jira-events at lists.jboss.org
Mon Oct 26 10:15:06 EDT 2009


     [ https://jira.jboss.org/jira/browse/RF-8035?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nick Belaevski resolved RF-8035.
--------------------------------

    Resolution: Won't Fix
      Assignee: Nick Belaevski


As s:validateEquality is a component, so it's output is considered as date cells markup. You should either make it external to calendar (if possible) or define markup for dates, e.g.:

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

> 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.1, 3.3.2.GA, 3.3.2.SR1
>         Environment: Firefox 3.5
>            Reporter: Axel Roeber
>            Assignee: Nick Belaevski
>
> <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