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

Anton Belevich (JIRA) jira-events at lists.jboss.org
Wed Feb 23 09:36:18 EST 2011


     [ https://issues.jboss.org/browse/RF-10573?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Anton Belevich resolved RF-10573.
---------------------------------

    Resolution: Done


Done.

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


More information about the richfaces-issues mailing list