JIRA issue created: https://issues.apache.org/jira/browse/WW-3733
Thank you for the assistance.
Bruce
--
View this message in context:
http://struts.1045723.n5.nabble.com/Problem-With-Struts-2-3-1-and-Testing-Struts-Portlet-tp5103393p5110605.html
Sent from the Struts - User mailing list archiv
Could you register an issue ?
Looks like the problem is with PortletContext which it is not defined.
To solve your problem override the method as below in the
DefaultActionTest class:
@Override
protected ActionProxy getActionProxy(String uri) {
ActionProxy actionProxy = super.getA
I'm upgrading a Struts 2 portlet application from 2.2.3.1 to 2.3.1. A test
of my Action class that extends StrutsSpringTestCase that passed when using
2.2.3.1 now fails when using version 2.3.1.
I've created a simple Struts 2 portlet example application to demonstrate
the issue. You can download
3 matches
Mail list logo