I am sending the problem again, I am not sure if it is a bug, but it looks like it.
I have three select one menus, each with a valueChangedlistener and a javascript which triggers a submit upon selection.
What happens is following, no matter which selectOne menu I chose, alle three of them get a value changed call (although the event handlers are different methods)
To the worse, all three of them get an oldValue of "" no matter how often I change it.
I helped myself with setting a session variable which stores the old value, but this is no real solution to the problem.
Does anyone know if this is a bug.
Another weird thing which I encountered today was that I had the condition of having the list filling called twice in the SelectOne (The list is filled by a backend bean) it only occurred with other elements before and after and it dissapeared once I put the selectone into a subview.
Did anybody have these problems?

