Re: Message surviving redirect

2008-03-28 Thread chubi
Hey guys, I'm really greatful u made a great deal responding to my problem :handshake: I am using the message store interceptor, very correctly :confused:... I also mentioned that the xml tag is not showing correclty in this thread: STORE Plz. read my xml block thouroughly, there is noth

Message surviving redirect

2008-03-27 Thread chubi
Hello, I have posted the same problem in a previous thread, yet got no reply, but I'm really stuck with it and spending days trying to solve it, in vain... I have two actions: editFeature and saveFeature. Whereas editFeature should submit successfuly to saveFeature the latter performs a

Message Store with Redirect Action

2008-03-12 Thread chubi
Hello, I have this problem that I cannot come to solve it I have two actions: editFeature and saveFeature. When editFeature should submit successfuly to saveFeature the latter performs and redirects transparently to editFeature again. When validation fails, I get back to editFeature witho

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 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

chaining validation errors

2008-02-05 Thread chubi
Hello, 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 interceptors like: validaiton, chain and params;