You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Leonardo Uribe (JIRA)" <de...@myfaces.apache.org> on 2010/02/02 20:54:18 UTC

[jira] Resolved: (MYFACES-2522) f:event wrong attribute name

     [ https://issues.apache.org/jira/browse/MYFACES-2522?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Leonardo Uribe resolved MYFACES-2522.
-------------------------------------

       Resolution: Fixed
    Fix Version/s: 2.0.0-beta-2
         Assignee: Leonardo Uribe

Thanks to Werner Punz for make clear how this should be solved.

> 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
>            Assignee: Leonardo Uribe
>            Priority: Minor
>             Fix For: 2.0.0-beta-2
>
>
> 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.