Hello,
addActionError() caused "Page not found (404)" Error.
(1) Action1.java
browsing all records using displaytag
(2) Action2.java
if just say:
return "view"; go to Action1 successfully
if:
addActionError(...); //then
return "view";
Got an "Page not found (404)" exception.
Does anyone know what cause the problem?
Thanks a lot!
Emi
--
<result name="view" type="redirectAction">
<param name="actionName">ProcessAction1</param>
<param name="namespace">/Action</param>
</result>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]