i'm having a very strange behaviour with this piece of code:
<ui:fragment rendered="#{price.guestIdTrue}">
<b>PRICE_GUEST_ID_TRUE : #{price.guestIdTrue}</b>
<h:outputText>#{Global.guestTypeMap[price.guestId]} #{price.guestIndex}</h:outputText>
</ui:fragment>
Even when the rendered condition is false, the
PRICE_GUEST_ID_TRUE : false 1
1 is the #{price.guestIndex}
The ui namespace is correctly defined, and it works on others facelets.
<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:h="http://java.sun.com/jsf/html"
xmlns:f="http://java.sun.com/jsf/core"
xmlns:ui="http://java.sun.com/jsf/facelets"
xmlns:p="http://primefaces.org/ui"
xmlns:t="http://myfaces.apache.org/tomahawk">
Any Ideas of what happens.
Thanks in advance.
` markup. But still, this combination introduces a new possibility that the bug is actually in MyFaces' `` itself, perhaps the same bug as in early versions of Mojarra.