3 Replies Latest reply on Dec 27, 2007 2:05 PM by sergeysmirnov

    setting h:selectOneMenu selection back to original/previous

    asookazian

      not sure if richfaces covers this drop down datawindow (as we called it in my Powerbuilder days) component.

      I need to know how is the best way to set the value back to the prior selected value in h:selectOneMenu component. In PB we had the concept of data buffers, and we would simply use the original buffer to access the previously selected value.

      Is this managed manually by the programmer in JSF? thx.