Re: Problem showing ExpressionValidator message

2007-12-07 Thread Laurie Harper
romanws wrote: I have the following code for validation: @Validations( expressions = { @ExpressionValidator ( key = "error.general",

Problem showing ExpressionValidator message

2007-12-06 Thread romanws
} 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