On 2/14/06, Jason Vincent <[EMAIL PROTECTED]> wrote: > > Hmm... I guess a phase listener wouldn't work for me. From what you > say, it appears that the outcome of the phase is already determined > before the "afterPhase" listener is triggered. > > Is there a another place for me to plug into the steps taken "during" > a phase, that is, before the final steps in the phase are completed?
I don't see how that would really help you ... what you seem to be needing is that the messages get generated before the <h:messages> component itself is rendered. Or at least, I just need the FacesMessages to not get processed until > the last step of the render phase. Put your <h:messages> component last??? Thanks, > Jason Craig