Submit an enhancement jira to add tabindex. It will be very easy to implement and I think worth the time.
I may do the fix as I am using #2 in one of my projects (using a custom component that uses javascript to set the tabindex) which is not ideal. -Andrew On Jan 8, 2008 6:08 AM, Gerhard Petracek <[EMAIL PROTECTED]> wrote: > hello sandeep, > > there are at least four possibilities: > 1) extend the functionality of trinidad and provide an implementation to > support the tabindex attribute > 2) implement a custom mechanism > (with the usage of javascript - and e.g. a hidden field to store all > mappings: id -> tabindex + process the mappings with your custom javascript > impl.) > however, it isn't a neat solution. -> i skip details > 3) redesign your page(s) - (i agree with you - it isn't a nice option) > 4) omit custom tabindex support > > > regards, > gerhard > > > > 2008/1/8, sandeep gururaj <[EMAIL PROTECTED]>: > > > > Thanks Gerhard, I did have a look at the spec-diff page. > > > > > > > > I would like to know if I can do something to overcome this problem > > without having to re-design my page for sake of correct tab-order. > > > > > > > > ~Sandeep > > > > > > ------------------------------ > > > > *From:* Gerhard Petracek [mailto:[EMAIL PROTECTED] > > *Sent:* Tuesday, January 08, 2008 2:23 PM > > *To:* MyFaces Discussion > > *Subject:* Re: (Trinidad) Tabindex for input fields > > > > > > > > hello sandeep, > > > > please have a look at: > > http://myfaces.apache.org/trinidad/spec-diff.html > > > > regards, > > gerhard > > > > > > 2008/1/8, sandeep gururaj <[EMAIL PROTECTED]>: > > > > Hello All, > > > > > > > > Trinidad has no tabindex attribute available on the input fields. Does > > anybody know if we have any alternative attribute for the same? Or, is there > > any way we can achieve the same feature? > > > > > > > > ~Sandeep > > > > > > > > > > -- > > > > http://www.irian.at > > > > Your JSF powerhouse - > > JSF Consulting, Development and > > Courses in English and German > > > > Professional Support for Apache MyFaces > > > > > > -- > > http://www.irian.at > > Your JSF powerhouse - > JSF Consulting, Development and > Courses in English and German > > Professional Support for Apache MyFaces >

