0 Replies Latest reply on Jul 7, 2008 7:54 PM by dschauder

    Custom validation in jPDL pageflow

    dschauder

      I'm having problems getting FacesMessages to work in a jPDL pageflow.  I  have an action method that performs some business logic validation that can't go at the hibernate validator level.  This action method is called when a button on a form is pressed.  If the method fails validation, I want to reload the page and display messages I've populated during business logic validation. 


      Unfortunately, the messages are being cleared out.  I thought it was possible to display FacesMessages in the next render response phase, even if a redirect has occurred.  Am I incorrect in that assumption, or is this something peculiar to pageflows?  Any help or tips would be greatly appreciated.