Event delivery phases get overwritten
-------------------------------------
Key: TRINIDAD-756
URL: https://issues.apache.org/jira/browse/TRINIDAD-756
Project: MyFaces Trinidad
Issue Type: Bug
Components: Build
Affects Versions: 1.2.3-plugins, 1.2.2-plugins
Reporter: Bud Osterberg
Attachments: phases.patch
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).
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.