Pessoal, estou com uma pequena dificuldade.
Estou usando o componente scrollableDataTable do richFaces, na resolução 1280x1024 fica certinho, mais na resolução 1204x768 fica maior que a tela, alguem pode ajudar como faço para definir o width e height (linha 6) conforme a resolução?? Pensei em fazer um estilo (.css) e dependendo da resolução chamo o arquivo .css adequado, mais não conseguir, não surtiu efeito algum.
<rich:scrollableDataTable value="#{clientManager.organizationList}"
rowKeyVar="rkv"
var="_client" id="clientTable"
rowClasses="tableRowEven , tableRowOdd"
rendered="#{not empty clientManager.organizationList}"
style="width: 950px; height: 625px;">
.....
.....
.....
</rich:scrollableDataTable>
Desde já agradeço!