Re: [Shale] IndexOutOfBoundsException

2005-10-14 Thread Gary VanMatre
>Using clay html views I am getting an IndexOutOfBoundsException at line >106 of org.apache.shale.clay.component.chain.CreateComponentCommand. This >line does the following: > >parent.getChildren().add(clayContext.getChildIndex(), child); > >where parent and child are UIComponents. > >My except

[Shale] IndexOutOfBoundsException

2005-10-14 Thread Ryan Wynn
Using clay html views I am getting an IndexOutOfBoundsException at line 106 of org.apache.shale.clay.component.chain.CreateComponentCommand. This line does the following: parent.getChildren().add(clayContext.getChildIndex(), child); where parent and child are UIComponents. My exception repor