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
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
2 matches
Mail list logo