[
https://issues.apache.org/jira/browse/MYFACES-2522?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12806372#action_12806372
]
Matthias Weßendorf commented on MYFACES-2522:
---------------------------------------------
the so called "open" list (which is semi-open in real) also should be aware of
this item:
https://javaserverfaces-spec-public.dev.java.net/issues/show_bug.cgi?id=712
> 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.