Calling struts 2 actions

2007-10-02 Thread Henry Park
Consider the following segment from my struts.xml: action name=Item class=action.ItemAction result name=input/jsp/items/itemEntry.jsp/result result name=success/jsp/items/itemView.jsp/result result name=error/jsp/error.jsp/result /action What could be the cause for an action call not

RE: Calling struts 2 actions

2007-10-02 Thread Henry Park
the 'clearErrorsAndMessages();' function but that did not help. Henry From: [EMAIL PROTECTED] To: user@struts.apache.org Subject: Calling struts 2 actions Date: Tue, 2 Oct 2007 10:16:14 -0700 Consider the following segment from my struts.xml: action name=Item class=action.ItemAction result