when I’m using rich:message inside my form , I see the message just under the input field , colored in red and with X picture.
My question is how can I position h:message to be in the same exact place like rich:message? or alternately, to delete the X picture from the rich:message.
(I want to be able to see a red text just under the input field, without any picture).
Thank’s In Advance.
I found this link which explains exactly how to remove the
rich:messageicon.It is not mention there , but when refering a css file it should be after the pages loads, so i used
<h:outputStylesheet library="css" name="style.css"/>.hope this helps someone.