State:
<html:select property="product.stateId" size="1" onchange="loadProducts();loadProducts2();">
<html:options collection="stateList" property="id" labelProperty="name"/>
</html:select>
I want to add another option to the list of states such as, "Please select state," in the drop down menu. I think I need to modify the Java collection object..