[
https://jira.jboss.org/jira/browse/RF-5386?page=com.atlassian.jira.plugin...
]
Nick Belaevski resolved RF-5386.
--------------------------------
Resolution: Rejected
Assignee: Tsikhon Kuprevich (was: Nick Belaevski)
Calendar should still send updates, e.g. to inform server listener about switching to
another month.
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: Tsikhon Kuprevich
<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