You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by tom tom <j_...@yahoo.com> on 2007/05/25 05:54:31 UTC

Form Update issue - Could not find action / No result defined for

Hi,

I got a form with following syntax

<s:form action="testAction" method="POST" >

 <s:textfield name="testForm.testId" size="10"
value="%{testForm.testId}"></s:textfield>
  <s:submit value="Search"
name="testForm.btnSubmit"></s:submit>

........

When I press the submit it gives the following
exception, all the actions defined in the struts.xml
file

 javax.portlet.PortletException: Could not find action
            testAction  at
           
org.jasig.portal.channels.portlet.CPortletAdapter.setRuntimeData(CPortletAdapter.java:490)
            at
 also 

there is another exception as follows


org.apache.pluto.core.PortletServlet.doPost(PortletServlet.java:150)
            Caused by: No result defined for action
            au.edu.vu.portlets.test.action.TestAction 


Is there any configuration that I need to make



Thanks



      ____________________________________________________________________________________Fussy? Opinionated? Impossible to please? Perfect.  Join Yahoo!'s user panel and lay it on us. http://surveylink.yahoo.com/gmrs/yahoo_panel_invite.asp?a=7 


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org