musom...@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-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

Reply via email to