I want to add tabindex in radio button. I have written a code : --------------------------------------------------------------------------- <td colspan="3"> Status : <html:radio property="custContactDateActive" name="Status" tabindex="1">Active</html:radio> <html:radio property="custContactDateInactive" name="Status" tabindex="1">Inactive</html:radio> Status Date <html:text size="15" property="date" name="Date" maxlength="10" tabindex="2"></html:text> </td>
-------------------------------------------------------------------------- But when I tried to press tab it move to next field.