RE: Calling struts 2 actions

2007-10-02 Thread Henry Park
. I tried 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:&

Calling struts 2 actions

2007-10-02 Thread Henry Park
Consider the following segment from my struts.xml: /jsp/items/itemEntry.jsp /jsp/items/itemView.jsp /jsp/error.jsp What could be the cause for an action call not calling the correct method? I have a link on 'itemView.jsp' that points to Item!view.action. When I click the link, it op