treeTable should not access properties/methods of a hidden root object ----------------------------------------------------------------------
Key: TRINIDAD-1132 URL: https://issues.apache.org/jira/browse/TRINIDAD-1132 Project: MyFaces Trinidad Issue Type: Bug Components: Components Affects Versions: 1.2.8-core, 1.2.7-core Environment: Tomcat 6.0.14, Sun JSF RI 1.2, Windows XP SP3, FireFox 3.0, IE6, Facelets 1.1.14 Reporter: Mathias Walter The treeTable renderer should not access properties/methods of a hidden root object (rootNodeRendered=true). If the treeTable contains editable fields and one field is marked as required or a validator is assigned to one of the fields, submission of the form fails because validators are applied to the hidden root object too. Workaround: The hidden root object must be initialised according to the validators. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.