hello
is there a way to copy an insert a container item into another container?
My plan:
i´ve got a bean item container.
now i clone/copy the container
then i will make some changes in the original container
and at the end i will add some items from the clone container to the original container.
hope somebody understandy my idea
for cloning i´ve writen a clone method wich works perfekt.