Error messages

2008-09-10 Thread Cosmin Marginean
Hello everyone, I am trying to provide some custom validation error handling in a JSP. For this I would like to perform some logic in the JSP when a validation fails, instead (or in addition) of displaying the actual error message. Is there a way to check if a certain field error has been

Re: Error messages

2008-09-10 Thread Cosmin Marginean
Sorry for the misunderstanding - might not have been so clear. I meant performing some logic in the JSP. I would like to be able to do something like: td c:if test=${an error for field 'xxx' exists} class=someErrorClass /c:if --- On Wed, 9/10/08, Cosmin Marginean wrote