For <html:select> default value can be set by assigning the value to property associated to the <html:select>
In ur case , u can do this in ur ActionForm..
String activeFlag = "0";
then by default "0" will be selected.
If it has to be set runtime then it can be done using set-property of activeFlag.