I don't know if it will make a difference, but you might try
pre-pending a / on the result's value.
<result name="success">/pages/issues/search.jsp</result>
Maybe you're editing the wrong struts.xml file?
Matt
On 6/8/07, sarat.pediredla <[EMAIL PROTECTED]> wrote:
I am trying run an action called /search.html but I keep getting the
following error in Jetty.
ERROR [btpool0-3] Dispatcher.serviceAction(515) | Could not find action or
result
No result defined for action com.hedgehoglab.fixx.webapp.action.SearchAction
and result success
My struts.xml config file looks like this,
<!--
// Search
-->
<action name="search" class="searchAction" method="list">
<result name="success">pages/issues/search.jsp</result>
<result name="error">pages/issues/list.jsp</result>
</action>
My action file is uploaded with this message.
I dont see what I am doing wrong?
--
View this message in context:
http://www.nabble.com/Strange-Struts2-error-tf3888025s2369.html#a11021288
Sent from the AppFuse - User mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
--
http://raibledesigns.com
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]