Re: stopOnFirstError

2005-07-06 Thread Laurie Harper
AN wrote: Any suggestion ? EROL TEZCAN <[EMAIL PROTECTED]> wrote:Hi, I want to alert to user, when the first error occured on the ActionForm . To do this I am using stopOnFirstError ppoperty in struts-config.xml like this But all erros are displayed on the JSP page. My A

Re: stopOnFirstError

2005-07-05 Thread EROL TEZCAN
Any suggestion ? EROL TEZCAN <[EMAIL PROTECTED]> wrote:Hi, I want to alert to user, when the first error occured on the ActionForm . To do this I am using stopOnFirstError ppoperty in struts-config.xml like this But all erros are displayed on the JSP page. My ActionForm '

stopOnFirstError

2005-07-05 Thread EROL TEZCAN
Hi, I want to alert to user, when the first error occured on the ActionForm . To do this I am using stopOnFirstError ppoperty in struts-config.xml like this But all erros are displayed on the JSP page. My ActionForm ' s type is ValidatorForm and I am using sturt