Hi friends I am facing the following error. I hope the execute method is not
working. This is working fine few minutes ago. Suddenly started this error.
No configuration found for the specified action: 'executePoPSearch.action'
in namespace: '/p'. Form action defaulting to 'action' attribute's literal
value.
My config in xml is
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE struts PUBLIC "-//Apache Software Foundation//DTD Struts
Configuration 2.0//EN"
"http://struts.apache.org/dtds/struts-2.0.dtd">
<struts>
<package name="PoP-SearchConfig" namespace="/p" extends="PoP-default">
<default-interceptor-ref name="defaultStack" />
<action name="executePoPSearch"
class="org.paradigmpop.mypopproject.search.actions.ExecutePoPSearchAction">
<result name="success">/p/pop_search_results.jsp</result>
<result name="input">/p/pop_search_results.jsp</result>
<result name="error">/p/pop_search.jsp</result>
</action>
</package>
</struts>
Warm regards,
Muralidhar Y
[EMAIL PROTECTED]
US Main: 877 KENSIUM (536.7486)
India Main: +91 9949495511
India Fax: +91 9949495522
Kensium
200 S Wacker Dr, Suite 3100
Chicago, IL 60606
Confidentiality Note:
-----------------------------
The information contained in this e-mail is strictly confidential and for
the intended use of the addressee only. Any disclosure, use or copying of
the information by anyone other than the intended recipient is prohibited.
If you have received this message in error, please notify the sender
immediately by return e-mail and securely discard this message.
_____