Re: Problem showing ExpressionValidator message
romanws wrote: I have the following code for validation: @Validations( expressions = { @ExpressionValidator ( key = "error.general",
Problem showing ExpressionValidator message
} When the form is submitted the submit() method doesn't execute. The validation is being done properly, the flow returns to the input page but the error message is never shown. Could somebody help me? Thanks! -- View this message in context: http://www.nabble.com/Problem-showing-Express