slhynju
May 24th, 2005, 06:13 AM
[Description]
Exception page appears when using Struts 1.1 and SWF Preview 3.
[Environment]
Struts 1.1 + SWF Preview 3 + Spring 1.2 + Hibernate 3.0.4.
[Exception stack]
java.lang.NoSuchMethodError: org.apache.struts.action.ActionForward.<init>(Lorg/apache/struts/action/ActionForward;)V
at org.springframework.web.flow.struts.FlowAction.toA ctionForward(FlowAction.java:224)
at org.springframework.web.flow.struts.FlowAction.doE xecuteAction(FlowAction.java:143)
[Related source code]
FlowAction, line 222-227:
ActionForward forward = mapping.findForward(viewDescriptor.getViewName());
if (forward != null) {
forward = new ActionForward(forward);
} else {
forward = new ActionForward(viewDescriptor.getViewName());
}
The constructor ActionForward(ActionForward copyMe) is since struts 1.2.1 and is unavailable in Struts 1.1 according to Struts API.
Will Struts 1.1 be supported by SWF?
Exception page appears when using Struts 1.1 and SWF Preview 3.
[Environment]
Struts 1.1 + SWF Preview 3 + Spring 1.2 + Hibernate 3.0.4.
[Exception stack]
java.lang.NoSuchMethodError: org.apache.struts.action.ActionForward.<init>(Lorg/apache/struts/action/ActionForward;)V
at org.springframework.web.flow.struts.FlowAction.toA ctionForward(FlowAction.java:224)
at org.springframework.web.flow.struts.FlowAction.doE xecuteAction(FlowAction.java:143)
[Related source code]
FlowAction, line 222-227:
ActionForward forward = mapping.findForward(viewDescriptor.getViewName());
if (forward != null) {
forward = new ActionForward(forward);
} else {
forward = new ActionForward(viewDescriptor.getViewName());
}
The constructor ActionForward(ActionForward copyMe) is since struts 1.2.1 and is unavailable in Struts 1.1 according to Struts API.
Will Struts 1.1 be supported by SWF?