1 Reply Latest reply on Apr 23, 2006 4:29 PM by gavin.king

    Seam bug on @DataModel & return from Nested Conversation

    amin59

      Hi,

      After a few days of research I came to conclusion that the updates we do to the elements of parent conversation's datamodel via nested child conversations are not working well in Seam. @DataModelSelection does not work correctly in cases where any entity is added or removed from data model. i.e. @DataModelSelection != @DataModel[@DataModelSelectionIndex]. Although @DataModelSelectionIndex works somehow better but then again when adding a new element and you click on the last element, it fails to return the correct index and you've to click twice.

      Would you please Review this. I think this is an issue which should be solve before any CR release.