[
https://issues.apache.org/jira/browse/MYFACES-2432?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Leonardo Uribe updated MYFACES-2432:
------------------------------------
Resolution: Fixed
Fix Version/s: 2.0.0-alpha-2
Assignee: Leonardo Uribe
Status: Resolved (was: Patch Available)
thanks to Michaek Kurz for this patch
> InsertChildrenHandler.RelocateAllChildrenListener throws
> IndexOutOfBoundsException
> ----------------------------------------------------------------------------------
>
> Key: MYFACES-2432
> URL: https://issues.apache.org/jira/browse/MYFACES-2432
> Project: MyFaces Core
> Issue Type: Bug
> Components: JSR-314
> Affects Versions: 2.0.0-alpha
> Reporter: Michael Kurz
> Assignee: Leonardo Uribe
> Fix For: 2.0.0-alpha-2
>
> Attachments: MYFACES-2432.patch
>
>
> InsertChildrenHandler.RelocateAllChildrenListener throws
> IndexOutOfBoundsException for composite components with
> composite:insertChildren tag. The reason for this is that the listener is
> initialized with the wrong index. Should be parent.getChildCount() instead of
> parentCompositeComponent.getChildCount() to insert child components at the
> correct position when the listener is called.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.