I have a cocoon form with many selection lists populated by flow. Until now I had believed that my 'setSelectionList()' method calls alone were changing the list contents. I did not realize the contents were dynamic by default.
My problem is performance. I have many lists to update and I need fine-grained control over the list refreshes. I can't find a way to specify a static list (or the StaticSelectionList) anywhere. Thank in advance, -Will
