[richfaces-issues] [JBoss JIRA] Created: (RF-5386) Calendar: component sends ajax requests in ajax mode if dataModel attribute is not defined or it's NULL

Andrei Markavtsov (JIRA) jira-events at lists.jboss.org
Mon Dec 15 08:48:37 EST 2008


Calendar: component sends ajax requests in ajax mode if dataModel attribute is not defined or it's NULL
-------------------------------------------------------------------------------------------------------

                 Key: RF-5386
                 URL: https://jira.jboss.org/jira/browse/RF-5386
             Project: RichFaces
          Issue Type: Bug
    Affects Versions: 3.2.2
         Environment: RF 3.3.0-SNAPSHOT
            Reporter: Andrei Markavtsov
            Assignee: Nick Belaevski


<rich:calendar  dataModel="#{bean.model}" ... />

punlic class Bean {

public getModel() {
  return null;
}

}

Calendar component in ajax mode sends ajax request to server if 'dataModel' attribute is NULL, but should not.
Also component sends ajax requests if 'dataModel' attribute was not defined.



-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the richfaces-issues mailing list