Greetings. I am getting this error on an App and I can't seem to find
out why. Any suggestions?
Struts-Config:
<!-- Global Forwards -->
<global-forwards>
<forward name="start" path="Index.do">
</forward>
</global-forwards>
<!-- Action Mappings -->
<action-mappings>
<action path="/Index" type="com.xxx.xxx.xxx">
</action>
</action-mappings>
Index.jsp:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<%@ taglib uri="/WEB-INF/struts-logic.tld" prefix="logic" %>
<logic:forward name="start"/>
Result:
Error 500: Cannot find global ActionForward for name start
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]