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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to