1 Reply Latest reply on Jul 11, 2016 5:02 AM by michpetrov

    <h:outputText> not showing JTiday parsed data in <rich:popUpPanel>

    pramanish

      I am using jsf 2.2 and richfaces 4.5.1. In one of the richpopuppanel I am using h:outputText tag to show HTML data that is parsed by JTidy. Data is the response from one of the web services that we are using.

      JTidy adds CDATA tag in parsed HTML which seems the primary reason why data is not showing up on screen. However if I remove CDATA it is working fine and also If I put h:outputText tag out of rich popup panel then it is working fine even with CDATA.

      Can any one tell me the reason that why CDATA is the cause that h:outputText is not showing data when it is part of rich pop up panel?