Re: stopOnFirstError

2005-07-06 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 ' s type

Re: stopOnFirstError

2005-07-06 Thread Laurie Harper
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 ' s type is ValidatorForm

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 plug-in className=org.apache.struts.validator.ValidatorPlugIn set-property property=pathnames value=/WEB-INF/validator-rules.xml