2 Replies Latest reply on Mar 10, 2009 11:26 PM by krashsun

    rich:messages gone after poll

      Hi,

      I am using rich:messages tag to display some validation message on my page. When I am using a4j:poll also the validation message that previously exist will get rerendered and gone. Are there any way to fix this problem?
      The rich:messages and a4j:poll codes are as below.
      Thanks.

      <rich:messages errorStyle="color: red" infoStyle="color: green" layout="list"/>
      
      <a4j:poll id="progPoll" interval="10000" />