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