Struts - 2.1.6 - Prepare Interceptor

2009-08-13 Thread Kishan Paandy
Hi Folks, I have a problem as below: 1) public abstract class AbstractBaseAction implements Preparable { public void prepare() { populateSomething(); } } 2) public class MyAction1 extends AbstractBaseAction { ……… } 3) public abstract class MyAction2 extends A

Struts2 - redirectAction - ServletActionRedirectResult

2009-06-10 Thread Kishan Paandy
Hi Folks, In Struts 2.1.6, if we have a , for example, generateReport /genReport pie Refer to: http://struts.apache.org/2.1.6/struts2-core/apidocs/org/apache/struts2/dispatcher/ServletActionRedirectResult.html We will get errors in the log as: ERROR (Com