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

Simon Kitching resolved MYFACES-1831.
-------------------------------------

       Resolution: Fixed
    Fix Version/s: 1.2.3-SNAPSHOT

Ok, now fixed. The UIComponentTag.getParentUIComponentTag method was using a 
wrapper to map the old UIComponentTag api onto an instance of the new 
UIComponentClassicTagBase class. But the wrapper was not correctly passing on 
all needed methods to the real tag instance.


> 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
>             Fix For: 1.2.3-SNAPSHOT
>
>
> 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