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

Is it possible to somehow place the JSF markup for a menubutton inside a tabview's navigation panel(where tabs are listed), so that I can have a list of tabs as a dropdown besides other tabs listed normally in the tabview ? I use primefaces with JSF 2.

share|improve this question

1 Answer

up vote 0 down vote accepted

You may try simply overlapping the p:menubutton on top of tabview navigation panel. Use z-index higher than that of tabview.

share|improve this answer

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.