PDA

View Full Version : Spring validator error messages integration with JSF



carnesen
Aug 31st, 2006, 02:16 AM
I am using Spring Web Flow and Spring Validator(Valang actually) to validate the form input. The validation works fine.

I am wondering if it is possible to integrate the error messages from the Spring validator and display them using the standard jsf tag <h:message>.