[
https://issues.apache.org/jira/browse/MYFACES-2522?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12806350#action_12806350
]
Werner Punz commented on MYFACES-2522:
--------------------------------------
Never mind as it seems the spec and the tld seems to differ in this...
we probably are correct there. TLD for me is the final word here.
I will close thise one for now.
As it seems our implementation is correct.
I will ask the EG before going on with this issue.
> 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.