f:event wrong attribute name
----------------------------
Key: MYFACES-2522
URL: https://issues.apache.org/jira/browse/MYFACES-2522
Project: MyFaces Core
Issue Type: Bug
Reporter: Werner Punz
As it seems f:event uses a wrong (probably old) attribute name:
<f:event name="postAddToView"
listener="#{javatestbean.validate}"/> works
but in reality according to the spec section 3.4.3.4 it should be
<f:event type="postAddToView"
listener="#{javatestbean.validate}"/>
and that one causes a classNotFound error
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.