Hi, Is it possible to use the "value" property of the html:select tag to display a default selection but *only until* the user makes their own choice? The user's selection should be selected thereafter. In my form, if I specify html:select's "value" property with a default selection, this value is always displayed when the page is loaded, even if the user has previously made a selection on that page (I'm using multi-page forms). The form bean is not being resetted so the user's selection is available in the bean, yet it is still not displayed as the selection. Can anyone help me with this? Thanks in advance Steve