1
I’m using a component Calendar but only the date (omitting the time), and overriding the CSS to reduce the screen size. Below:
<rich:calendar value="#{_sessao.dtSessao}" showFooter="false" enableManualInput="true" locale="pt_BR" datePattern="dd/MM/yyyy" style="width:80px;"/>
However, it is not applying.
As far as I know, in JSF, Primefaces and the like, you’re right.
which version of the richfaces ?
– wryel