Page 1 of 1

XML Parsing Error - TreeTable

Posted: 17 Aug 2018, 16:03
by ceechette
Hello, I'm having this problem while using TreeNode, could anyone help me?

Code: Select all

XML Parsing Error: not well-formed
Location: http://localhost:8080/sys523/restrito/entidade.xhtml
Line Number 2, Column 2970:

Re: XML Parsing Error - TreeTable

Posted: 17 Aug 2018, 16:27
by ceechette
Resolved using (false to true):

Code: Select all

 <context-param>
        <param-name>javax.faces.PARTIAL_STATE_SAVING</param-name>
        <param-value>true</param-value>
    </context-param>
But can anyone tell me where this change will affect me?

Re: XML Parsing Error - TreeTable

Posted: 29 Aug 2018, 08:40
by cagatay.civici
We can't say much I'm afraid without a reproducible test case. Nevertheless, this is definitely not related to Verona.

Re: XML Parsing Error - TreeTable

Posted: 29 Aug 2018, 13:02
by ceechette
The problem was generated in the ajax of the p: treeTable component, when clicking on the expander. I was able to solve only with the previous code.