org.apache.struts2.dispatcher.Dispatcher: Could not find action or result Error
- by peterwkc
i tried to code the following simple struts but encounter this error during run time.
[org.apache.struts2.dispatcher.Dispatcher] Could not find action or result: No result defined for action com.peter.action.LoginAction and result success
index.jsp
<%@ page language="java" contentType="text/html; charset=ISO-8859-1"
…