calendar: initialization failed if any facet defined and day markup is default(not
redefined).
----------------------------------------------------------------------------------------------
Key: RF-8001
URL:
https://jira.jboss.org/jira/browse/RF-8001
Project: RichFaces
Issue Type: Bug
Components: component-input, regression
Affects Versions: 3.3.2.SR1
Reporter: Ilya Shaikovsky
Assignee: Nick Belaevski
This code causes calendar initialization fail
<rich:calendar value="#{calendarBean.selectedDate}"
locale="#{calendarBean.locale}"
popup="#{calendarBean.popup}"
datePattern="#{calendarBean.pattern}"
showApplyButton="#{calendarBean.showApply}">
<f:facet name="weekDay">
<h:outputText value="{weekDayLabelShort}"/>
</f:facet>
<f:facet name="weekNumber">
<h:outputText value="1"/>
</f:facet>
</rich:calendar>
--
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