]
Nick Belaevski updated RF-10573:
--------------------------------
Assignee: Anton Belevich (was: Nick Belaevski)
Fix Version/s: 4.0.0.CR1
calendar: has no default event for behavior
-------------------------------------------
Key: RF-10573
URL:
https://issues.jboss.org/browse/RF-10573
Project: RichFaces
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: component-input
Affects Versions: 4.0.0.Milestone6
Reporter: Ilya Shaikovsky
Assignee: Anton Belevich
Priority: Minor
Fix For: 4.0.0.CR1
<rich:calendar value="#{calendarBean.selectedDate}"
id="calendar"
locale="#{calendarBean.locale}" popup="#{calendarBean.popup}"
datePattern="#{calendarBean.pattern}"
showApplyButton="#{calendarBean.showApply}" cellWidth="24px"
cellHeight="22px" style="width:200px"
disabled="#{calendarBean.disabled}">
<rich:validator />
</rich:calendar>
throws:
javax.faces.view.facelets.TagException: /richfaces/calendar/samples/calendar-sample.xhtml
@34,23 <rich:validator> Event attribute could not be determined: null
at org.richfaces.view.facelets.html.AjaxHandler.resolveEventName(AjaxHandler.java:205)
because :
public String getDefaultEventName() {
return null;
}
at org.richfaces.component.UICalendar
--
This message is automatically generated by JIRA.
For more information on JIRA, see: