Re: chaining validation errors

2008-02-06 Thread chubi
STORE licenses.html licenses.html licenses.html editLicense.html true ${license.dkey} -- View this message in context: http://www.nabble.com/chaining-validation

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
editLicense.html true ${license.dkey} -- View this message in context: http://www.nabble.com/chaining-validation-errors-tp15299658p15300085.html Sent from the Struts - User mailing list archive at Nabble.com

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

chaining validation errors

2008-02-05 Thread chubi
; didn't success. Thank you for the support -- View this message in context: http://www.nabble.com/chaining-validation-errors-tp15299658p15299658.html Sent from the Struts - User mailing list archive at Nabble.com. ---