0 Replies Latest reply on May 7, 2007 11:19 AM by sressi

    custom messages - PhaseListener

      I'm having some problem trying to customize validation messages.
      I've created a message bundle with custom messages for REQUEST and CONVERT. I have an f:attribute tag in each h:outputText I'm validating, and a PhaseListener. The PhaseListener implementation gets the attribute and inserts it in the message.
      Where's the problem?. Well, those h:outputText with validators are inside a rich:dataTable and the PhaseListener can't find the f:attributes. Don't know why but the thing is the implementation is ok, if I put one of those h:outputText outside the dataTable the messages are displayed.
      Well, that's all folks, I need some help here!. Thanx. :-)