Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.2.2-plugins, 1.2.3-plugins
-
None
Description
The description for a lot of events looks something like this:
<mfp:event>
<mfp:event-type>org.apache.myfaces.trinidad.AttributeChange</mfp:event-type>
<mfp:event-delivery-phase>Invoke Application</mfp:event-delivery-phase>
<mfp:event-delivery-phase>Apply Request Values</mfp:event-delivery-phase>
</mfp:event>
However, the setEventDeliveryPhases method just assigns the input array to _deliveryPhases. This results in the tagdoc only listing the last phase (Apply Request Values in the example above).