Hi,
in the action just before going to the jsp, i set the field in the actionForm.
code:
statSearchForm.setPeriodEndingString(statSearch.getPeriodEndingString());
the bean statSearch also contains a vector having the values of the <select> tag.
in the jsp :
<html:select property="periodEndingString">
<html

ptions name="statSearch" property="periodEndVec"/>
</html:select>
thanks
Anil