h:selectManyCheckbox/h:selectOneRadio with a4j:ajax ignores immediate/bypassUpdates
-----------------------------------------------------------------------------------
Key: RF-9809
URL:
https://jira.jboss.org/browse/RF-9809
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Affects Versions: 4.0.0.Milestone4
Environment: RichFaces 4.0.0.20101110-M4 r.20021
Metamer 4.0.0.20101110-M4 r.20033
Mojarra 2.0.3-FCS
Apache Tomcat 6.0.29
OpenJDK Runtime Environment 1.6.0_18-b18 @ Linux
Chrome 7.0.517.44 @ Linux x86_64
Reporter: Lukas Fryc
It seems the given scenario goes through the whole lifecycle:
<h:selectManyCheckbox id="selectManyCheckbox"
value="#{a4jAjaxBean.cars}">
<f:selectItem itemValue="Audi"
itemLabel="Audi"/>
<f:selectItem itemValue="Mercedes"
itemLabel="Mercedes"/>
<f:selectItem itemValue="Ferrari"
itemLabel="Ferrari"/>
<f:selectItem itemValue="Lexus"
itemLabel="Lexus"/>
<f:selectItem itemValue="BMW" itemLabel="BMW"/>
<a4j:ajax bypassUpdates="true" .... />
<h:selectManyCheckbox>
You can reproduce it in Metamer:
http://localhost:8080/metamer/faces/components/a4jAjax/list.xhtml
http://localhost:8080/metamer/faces/components/a4jAjax/hSelectManyCheckbo...
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira