Hi, It's a bit complex but i"m using the wicket ajax RadioGroup to display/hide another form. That part works and when the radio is selected the form is displayed. However the input textfields all have "tabindex" attributes set (thsi allows a user to tab to the next input field). However if the "tabindex" is added to a <input type="radio" tabindex="5" wicket:id="myradio"/> the tabindex doesn't seem to be there. I tried view source of the HTML but since this form is in a webmarkupcontainer that is normally not visible, it doesn't show up. Initially I had the "tabindex" in the HTML just as the textfields, and then I tried adding the attribute in java both as onComponentTag and SimpleAttributeModifier but it just doesn't display.... any help is greatly appreciated!
Thanks, Jason -- View this message in context: http://www.nabble.com/using-tabindex-attribute-in-a-radio-input-tp22343333p22343333.html Sent from the Wicket - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org