Re: chaining validation errors

2008-02-06 Thread chubi
Thanks again, It is not working, sometimes I get NullPointerException Plz show me how to use it. Below is the modified fragment of struts.xml Thanks for the support RETRIEVE /WEB-INF/pages/licenseForm.jsp /WEB-INF/pages/licenseList.jsp

Re: chaining validation errors

2008-02-05 Thread Laurie Harper
chubi wrote: Thank you Dave for helping, Below is the fragment in struts.xml where editLicense should submit to saveLicense, which in return should redirect to editLicense again. That is the call to saveLicense is transparent. Submit to saveLicense was intercepted by validation. Errors were foun

Re: chaining validation errors

2008-02-05 Thread chubi
Thank you Dave for helping, Below is the fragment in struts.xml where editLicense should submit to saveLicense, which in return should redirect to editLicense again. That is the call to saveLicense is transparent. Submit to saveLicense was intercepted by validation. Errors were found! What happen

Re: chaining validation errors

2008-02-05 Thread Dave Newton
--- chubi <[EMAIL PROTECTED]> wrote: > After submitting editAction to SaveAction, I want to redirect again to > EditAction. > So SaveAction is totally transparent. > But I get lost all fieldErrors if validation return false. > How can I chain validation errors? > I tried the use of several intercep