scrollerbar « Data « JSF Q&A





1. how to enable selectManyListBox scrollerbar when readonly attribute is true in JSF?    stackoverflow.com

I am using <h:selectManyListBox> in my project. In view mode my component was disabled including the scrollbar of that component.But i want to enable the scrollbar of that component in view mode ...