1 Reply Latest reply on Jan 21, 2011 9:22 AM by ilya40umov

    Problem with h:outputText

    pradeep_nayak

      Im using Richfaces M4

      I have folllowing code in one of my xhtml pages

       

      <h:outputText style="font-family:Arial;font-weight:Bold;font-size:27pt; color: #666666"  value="#{errorMsg.Error}" />

       

      here errorMsg  is the message bundle.

       

      This works well in firefox , but does not display any message in IE

       

      Any ideas ?