Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.3-next-M7, 4.0.0-RC4
-
None
-
None
Description
Switch case test failed for flow b / switch c in the test.
<switch id="switchC">
<case>
<if>#{flow_b_Bean.switchC_Case01}</if>
<from-outcome>page01</from-outcome>
</case>
<case>
<if>#{flow_b_Bean.switchC_Case02}</if>
<from-outcome>page02</from-outcome>
</case>
<case>
<if>#{flow_b_Bean.switchC_Case03}</if>
<from-outcome>page03</from-outcome>
</case>
<default-outcome>#{flow_b_Bean.defaultOutcome}</default-outcome>
</switch>
The switch conditions were false so the code should have used the default outcome.
However, the outcome was null because it was improperly set during the FacesConfigUnmarshallerImpl.java code.
Attachments
Attachments
Issue Links
- links to