[ https://issues.apache.org/jira/browse/MYFACES-2522?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12806358#action_12806358 ]
Werner Punz commented on MYFACES-2522: -------------------------------------- Ok I asked in the open mailinglist what the correct behavior of this issue is... The spec is ambiguous either name or type but not both like we have it. Mojarra seems to use type (giving the comments I got from someone I gave the hint to use f:event) > f:event wrong attribute name > ---------------------------- > > Key: MYFACES-2522 > URL: https://issues.apache.org/jira/browse/MYFACES-2522 > Project: MyFaces Core > Issue Type: Bug > Components: JSR-314 > Reporter: Werner Punz > Priority: Minor > > 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.