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
Activity
Philip Breau
created issue -
Philip Breau
made changes -
Field | Original Value | New Value |
---|---|---|
Attachment | screenshot-1.jpg [ 14106 ] |
Philip Breau
made changes -
Philip Breau
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Fix Version/s | EE-3.0.0.GA [ 10261 ] | |
Resolution | Fixed [ 1 ] |
Ken Fyten
made changes -
Status | Resolved [ 5 ] | Closed [ 6 ] |
correct behaviour after using the <h:dataTable> tag, although styling is broken