[richfaces-issues] [JBoss JIRA] Created: (RF-10573) calendar: has no default event for behavior

Ilya Shaikovsky (JIRA) jira-events at lists.jboss.org
Mon Feb 21 03:56:13 EST 2011


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: Nick Belaevski
            Priority: Minor


				<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: http://www.atlassian.com/software/jira


More information about the richfaces-issues mailing list