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
_______________________________________________
richfaces-issues mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/richfaces-issues

Reply via email to