Hi,
I'm starting develop my web app based on Strut2 and JQuery. I have some stupid problem with validation and I don't weither it is my config that is wrong. Whenever an error occured in my form, I could not continue running my app instead of restart all at the beginning. I remark that my problem come to the fact that the collection actionErrors or FieldErrors content something. What I need to do now is to clear these collectionn before my action get executed but I don't know how to proceed. How could I use an action clean up that clean my action ?
Action never call after error occured.Atlantech Group July 6, 2012 at 2:55 PM
Hi, I'm starting develop my web app based on Strut2 and JQuery. I have some stupid problem with validation and I don't weither it is my config that is wrong. Whenever an error occured in my form, I could not continue running my app instead of restart all at the beginning. I remark that my problem come to the fact that the collection actionErrors or FieldErrors content something. What I need to do now is to clear these collectionn before my action get executed but I don't know how to proceed. How could I use an action clean up that clean my action ?
Post your Comment