  | Mailing List | | Home | | Forum Home | | JBoss - Java Application Server | | Tomcat - JSP/Servlet container | | Struts - A MVC web framework | | iText - An open source PDF Java Library | | JDOM - JDOM XML Parser | | JSP - A mailing list about Java Server Pages specification and reference | | J2EE - A mailing list for Java(tm) 2 Platform, Enterprise Edition | | J2EE Pattern - An interest list for Sun Java Center J2EE Pattern Catalog | | Servlet - A mailing list for discussion about Sun Microsystem's Java Servlet API Technology | |
Struts & Hibernate
|
|
|
  | | | Subject: RE: Calling struts 2 actions | Subject: RE: Calling struts 2 actions 2007-10-02 - By Henry Park
Back
I found a site that explains a similar problem: http://www.nabble.com/-s2--no-result-defined-error-after-failed-validation-- -can-someone-help--t4030311.html My problem is also trying to find an 'input' method. I have not even defined an input method but it is still looking for it. I tried the 'clearErrorsAndMessages();' function but that did not help. Henry> From: hspark182@(protected)> To: user@(protected)> 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 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 calling the correct method? > > I have a link on 'itemView.jsp' that points to Item!view.action. When I click the link, it opens up the 'itemEntry.jsp'. However, when I manually put the 'Item!view.action' in my browser's address bar it returns the correct page. What could be causing this?> __ ____ ____ ____ ___ __ ____ ____ ____ ____ ____ ____ ____ ______> Peek-a-boo FREE Tricks & Treats for You!> http://www.reallivemoms.com?ocid=TXT_TAGHM&loc=us __ ____ ____ ____ ____ ____ ____ ____ ____ ____ ____ ____ ____ __ Help yourself to FREE treats served up daily at the Messenger Caf?. Stop by today. http://www.cafemessenger.com/info/info_sweetstuff2.html?ocid=TXT_TAGLM _OctWLtagline
|
|
 |