Open erickdeoliveiraleal opened 6 years ago
I also added a comment somewhere (not sure where)
somehow the second overlaypanel is rendered inside the first maybe the responsewriter does something wrong or some characters are filtered on rendering
It didn't happen in Mojarra 2.2 and MyFaces 2.2/2.3
EDIT: here it is: https://github.com/eclipse-ee4j/mojarra/issues/4407
@tandraschko this issue is in JBoss repository. A fork used in wildfly server. The main issue is in eclipse ee4j.
Em qua, 22 de ago de 2018 10:18, Thomas Andraschko notifications@github.com escreveu:
I also added a comment somewhere (not sure where)
somehow the second overlaypanel is rendered inside the first maybe the responsewrite does something wrong or some characters are filtered on rendering
It didn't happen in Mojarra 2.2 and MyFaces 2.2/2.3
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/jboss/mojarra/issues/21#issuecomment-415028483, or mute the thread https://github.com/notifications/unsubscribe-auth/ADacSeioQFeYImesnRTvlpDbDH2laxyhks5uTVoigaJpZM4WHoIX .
This error is caused partly by the panelGrid issue (https://github.com/primefaces/primefaces/issues/4122) I reported before, and by the incorrect JSF implementation which I referred in #23.
The JSF development team closed the referred issue (https://github.com/eclipse-ee4j/mojarra/issues/4488) despite the fact that how vulnerable JSF become to component rendering problems, but seeing the positive attitude of @arjantijms I still hope this error will be fixed.
I attached a modified version of the HtmlResponseWriter class (HtmlResponseWriter.java.txt) eliminating the elementNames stack. If you build the jboss mojarra project with this modified version, the error will dissapear. I only have done this to prove the problem with the JSF implementation.
I think you can open an issue at wildfly side, so they can fix at wildfy https://issues.jboss.org/browse/WFLY-11147?filter=-4&jql=project%20%3D%20WFLY%20order%20by%20created%20DESC
The wildfly issue is here: https://issues.jboss.org/browse/WFLY-11151
fixed in https://github.com/primefaces/primefaces/issues/4122 thank you for investigate it, @abelet
@erickdeoliveiraleal, I'm happy that by solving my problem I could help you also. :) But we are not so satisfied yet, because another wrong component can cause serious headaches again due to the mojarra bug. So far not the wildfly issue (https://issues.jboss.org/browse/WFLY-11151) received to much attention, and the mojarra case (https://github.com/eclipse-ee4j/mojarra/issues/4488) has been closed. I hope someone will solve it from one of the JSF teams, and we don't have to patch our wildfly next spring.
I already reported in PrimeFaces side issue 1 and issue 2 but @tandraschko said it maybe a Mojarra 2.3 problem.
Sample XHTML