Updates: Labels: Component-Glamour
Comment #1 on issue 967 by chisvasi...@gmail.com: Cannot change the selection index dynamically in drop down list presentations http://code.google.com/p/moose-technology/issues/detail?id=967
The simplest solution is to update the selection index when the selection changes. This way, setting the selection would update the selection index and the second example will work. The alternative will be to make selectionIndex a port. Then also the first example from above will work.