style of <h:messages>
Hi all,
i tried to set the font color of the messges red. But it doesn't work. Here is my code.
<h:messages layout="table" style="color: red" />
But when i use
<h:message for="myCmpt" style="color:red"/>
at the same place. It works.
Can somebody tell me why.
Thank u,
m

