aspose file tools
The moose likes Struts and the fly likes tabIndex in Ratio Button Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Frameworks » Struts
Reply Bookmark "tabIndex in Ratio Button" Watch "tabIndex in Ratio Button" New topic
Author

tabIndex in Ratio Button

divya sharma
Ranch Hand

Joined: Jan 25, 2007
Posts: 87
Hello,

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.

Thanks


Divya
Bear Bibeault
Author and ninkuma
Marshal

Joined: Jan 10, 2002
Posts: 56200
    
  13

Since you are using Struts tags I have moved this to the Struts forum.


[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: tabIndex in Ratio Button
 
Similar Threads
using Multiple submit buttons.
Javascript and Struts Indexed Text Boxes
How to get property value for IF?
help with html radio tag
TabIndex in radiobox