You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ajax event not fired for b:selectOneMenu inside ui:repeat and b:tabView for 2nd and following TABs, if these are added dynamically.
If ui:repeat do just one iteration, than ajax event is fired correctly.
Also when b:tabView is replaced by primefaces p:tabView, ajax event gets fired correctly.
Motivation for or Use Case
It is not possible to set a value in b:selectOneMenu in dynamically added TAB.
BootsFaces Version(s)
1.2.1-SNAPSHOT
Browsers and Operating System
apache-tomee-webprofile-7.0.4 AS used.
No browser dependant issue.
Reproduce the error
Using attached reproducer:
Select origin for Hazard1 in type1
debug output produced by this step:
setOrigin is always called with null, although the decode() method of the SelectOneMenuRenderer get the correct value. Maybe this has something to with the nested repeats?
i can't deploy the reproducer on TomEE 7.0.5 plus. it seems to have some JBoss specific stuff. i tried hacking it but no joy. i could investigate running a JBoss instance but i know nothing about JBoss. you could try moving everything into bootsfaces archetype https://github.com/chongma/bootsfaces-webapp-archetype. i also had a bit of trouble with the zip. it might be easier to share the example as a github repo rather than a zip file
Ajax event not fired for b:selectOneMenu inside ui:repeat and b:tabView for 2nd and following TABs, if these are added dynamically.
If ui:repeat do just one iteration, than ajax event is fired correctly.
Also when b:tabView is replaced by primefaces p:tabView, ajax event gets fired correctly.
It is not possible to set a value in b:selectOneMenu in dynamically added TAB.
1.2.1-SNAPSHOT
apache-tomee-webprofile-7.0.4 AS used.
No browser dependant issue.
Using attached reproducer:
debug output produced by this step:
debug output produced by this step:
this step produces no debug output although it should - similar to step 1
If primefaces p:tabView is used instead of b:tabView, or if ui:repeat value is limited to 1 iteration ( .get(0) ), step 3 produces this debug output:
Issue can be related to #918
N/A
IssueReproducer.zip.txt
The text was updated successfully, but these errors were encountered: