]
Nick Belaevski updated RF-9779:
-------------------------------
Fix Version/s: 4.0.0.CR1
(was: Future_4.X)
Calendar: component broken when monthLabels evaluated to null
-------------------------------------------------------------
Key: RF-9779
URL:
https://issues.jboss.org/browse/RF-9779
Project: RichFaces
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: component-input
Affects Versions: 4.0.0.Milestone4
Environment: RichFaces 4.0.0.20101107-M4 r.19981
Metamer 4.0.0.20101107-M4 r.19986
Mojarra 2.0.2-FCS
JBoss AS 6.0.0.20100911-M5
OpenJDK Runtime Environment 1.6.0_20-b20 @ Linux
Firefox 3.6.12 @ Linux x86_64
Chrome 7.0.517.44 @ Linux x86_64
Reporter: Pavol Pitonak
Assignee: Andrey Markhel
Fix For: 4.0.0.CR1
Attachments: calendar.png
1. deploy Metamer
2. open
http://localhost:8080/metamer/faces/components/richCalendar/simple.xhtml
3. verify that component looks ok
4. change boundaryDatesMode=select
5. click on calendar
result:
all months are "undefined" (see screenshot)
Problem is caused by following part of page:
monthLabels="#{richCalendarBean.attributes['monthLabels'].value}"
monthLabelsShort="#{richCalendarBean.attributes['monthLabelsShort'].value}"
When I change it to #{null}, everything works fine
monthLabels="#{null}"
monthLabelsShort="#{null}"
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: