[ 
https://issues.apache.org/jira/browse/MYFACES-1831?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12574617#action_12574617
 ] 

Andrew Robinson commented on MYFACES-1831:
------------------------------------------

Note that t:updateActionListener is really a JSF 1.1 only component. JSF 1.2 
deprecates it by adding setPropertyActionListener. See docs here:

http://java.sun.com/javaee/javaserverfaces/1.2/docs/tlddocs/f/setPropertyActionListener.html

> JSF12 UIComponentClassicTagBase.getCreated is broken, breaking 
> t:updateActionListener
> -------------------------------------------------------------------------------------
>
>                 Key: MYFACES-1831
>                 URL: https://issues.apache.org/jira/browse/MYFACES-1831
>             Project: MyFaces Core
>          Issue Type: Bug
>    Affects Versions: 1.2.2
>            Reporter: Simon Kitching
>
> In testing I have found that t:updateActionListener works fine with MyFaces 
> 1.1.x but is ignored with MyFaces 1.2.3-SNAPSHOT
> After debugging, I found that UIComponentClassicTagBase.getCreated is always 
> returning true. This means that UpdateActionListenerTag always thinks its 
> parent component is already configured, so does not attach an 
> UpdateActionListener instance to it.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to