You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Mu...@aol.com on 2009/02/21 03:30:27 UTC

Re: WARNING: Could not find action or result There is no Action mapped for na...

In your index.jsp if seems you are saying
<s:form action="loadAmrita">
so the framework is searching the default "/" namespace.
Try
<s:form action="/Amrita/loadAmrita.action">




**************
A Good Credit Score is 700 or Above. See yours in just 2 easy 
steps! 
(http://pr.atwola.com/promoclk/100126575x1218822736x1201267884/aol?redir=http:%2F%2Fwww.freecreditreport.com%2Fpm%2Fdefault.aspx%3Fsc%3D668072%26hmpgID
%3D62%26bcd%3DfebemailfooterNO62)

Re: WARNING: Could not find action or result There is no Action mapped for na...

Posted by Dave Newton <ne...@yahoo.com>.
Musomesa@aol.com wrote:
> In your index.jsp if seems you are saying
> <s:form action="loadAmrita">
> so the framework is searching the default "/" namespace.
> Try
> <s:form action="/Amrita/loadAmrita.action">

Alternatively, use the "namespace" attribute:

<s:form action="loadAmrita" namespace="/Amrita">

Dave


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