Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: EE-3.0.0.BETA
-
Fix Version/s: EE-3.0.0.GA
-
Component/s: Facelet Components
-
Labels:None
-
Environment:n/a
Description
The TreeTable and DragAndDropTreeTable render correctly with MyFaces 2.1.6 although any interaction with the TreeTable results in the following:
<?xml version="1.0" encoding="utf-8"?><partial-response><error><error-name>java.lang.UnsupportedOperationException</error-name><error-message><![CDATA[this method is here only to maintain binary compatibility w/ the RI]]></error-message></error><changes><extension aceCallbackParam="validationFailed">{"validationFailed":false}</extension></changes></partial-response>
<?xml version="1.0" encoding="utf-8"?><partial-response><error><error-name>java.lang.UnsupportedOperationException</error-name><error-message><![CDATA[this method is here only to maintain binary compatibility w/ the RI]]></error-message></error><changes><extension aceCallbackParam="validationFailed">{"validationFailed":false}</extension></changes></partial-response>
Issue Links
- depends on
-
ICE-7809 UISeriesBase uses Mojarra-specific setDataModel() incompatible with MyFaces
- Closed
correct behaviour after using the <h:dataTable> tag, although styling is broken