I have struts code like
<html:select property="ce">
<html:option value = "5">5</html:option>
<html:option value = "10">10</html:option>
<html:option value = "15">15</html:option>
</html:select>
<div id="dis">
<div>
if a option is selected,dojo should get the valu and multiply by 10 and display that in the div?how to do that.