When programming in Java and using the Struts 2 Framework, the program threw the exception "No result defined for action ... and result input".
The solution was to add an input redirection like.
The solution was to add an input redirection like.
<result type="dispatcher" name="input">/WEB-INF/jsp/pc/agent/myJSP-page.jsp</result>
No comments:
Post a Comment