Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.3-next-M7, 4.0.0-RC2
-
None
-
None
Description
Test Setup:
Apache MyFaces 4.0, Typescript faces.js pull request branch:
(https://github.com/apache/myfaces/pull/356)
Tck Tests:
https://github.com/werpu/tckworkbench
(compile the 4.0 pr branch and then run the tests via maven in the workbench)
Problem
A custom component causing exceptions in encode and decode is rendered via ajax, but the encode and decode is never called in the ajax cycle. The exception being never raised causes the test to fail!
Affects definitely 4.0 very likely older versions