Hi , 
 I am getting the following log in geronimo for few action classes only :
Geronimo log shows:
2010-03-01 2:01:53,582 WARN  [Form] No configuration found for the specified
action: 'SubmitSearchText.action' in namespace: '/text'. Form action
defaulting to 'action' attribute's literal value.

Following is struts.xml :
        <package name="text" namespace="/text" extends="default" >
         <action name="*SearchText" method="{1}"             
class="com.presentation.action.SearchAction">
                        text
                        <result>/WEB-INF/jsp/search/search.jsp</result>
                        <result 
name="input">/WEB-INF/jsp/search/search.jsp</result>
                        <result name="searchresults" 
type="redirect-action">ResultsText</result>
                </action>
</package>

Following is the form set in jsp:
<s:form method="post" id="mainForm" action="SubmitSearchText.action"
namespace="/text">

Kindly help me to remove the warnings from the server log.

Thanks,
SGupta

-- 
View this message in context: 
http://old.nabble.com/WARNING%3A-No-configuration-found-for-the-specified-action%3A-tp23112439p27790799.html
Sent from the Struts - User mailing list archive at Nabble.com.


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

Reply via email to