I was recently given a project to modify and I know very little about Grails. All I need to do is edit the code to make it so the user does not have to use a mouse, so I need to set the tab order. How do I do that?
Thanks!
Set the tabindex property on the fields in the .gsp files, just like an HTML page.