Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I am using rich:picklist. It has to two list boxes as it has and four buttons in between for moving one or all . I need to give tab order to this picklist together with buttons and boxes. Can anyone help?

share|improve this question

1 Answer

I think you can't beacause there isn't tab index on the component.

Looking on the generated html source, boxes are tables and buttons are div : hard to define a tab order without the generated ids on such components...

share|improve this answer
i know....thts the challange, we tried giving ids to component,tab order works,but events are left unbinded and functionality disturbs. – Sam Sep 2 '11 at 4:35

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.