SelectOneMenu keeps resetting
- by DD
When I press refresh the selectOneMenu resets to the first item in the list even after I have selected the secondItem.
This doesnt seem consistent with SelectOneRadio which maintains the selected item after I refresh.
<ice:selectOneMenu id="test" >
<f:selectItem itemLabel="test"/>
<f:selectItem itemLabel="test2"/>…