I made a from with input text area, and the value will come from database. value is some thing like : A 2 year notice has bean applied by mycompany with effect from 12 December 2012. I want to hilight 12 December 2012 with some different background color.
Note: value will come dinamycally from database.
<h:inputTextarea cols="60" rows="5" id="messageId" style="margin-top:3px;"
value="#{messageBean.textMessage}" />
How can i do this? Thanks !!