-
How to solve this :: No action instance for path (2 messages)
- Posted by: Kosol Tuan
- Posted on: August 26 2002 01:13 EDT
Hello everyone
when i try to add new action to my struts-config and test it by calling from jsp I had got this message.
Do I miss something or any wrong. I need some help thankyou.
T.Kosol
ninetar at yahoo dot com
--------------------------------------------------------
message No action instance for path /quicksearch/quickSameSeries could be created
description The server encountered an internal error (No action instance for path /quicksearch/quickSameSeries could be created) that prevented it from fulfilling this request.
in struts-config.xml I have action like this
<action path="/quicksearch/quickSameSeries"
type="com.intenture.ispec.controller.QuickSameSeriesAction"
name="searchSameSeriesForm"
scope="request"
validate="false"
>
<set-property property="role" value="buyer" />
<forward name="SAME1" path="/jsp/product/search_sameseries/blue_sameseries_notfound.jsp" />
<forward name="SAME11" path="/jsp/product/search_sameseries/blue_sameseries_found.jsp" />
</action>
and In jsp I have form action like this
frm.action = "<%= response.encodeUrl("/ispec//quicksearch/quickSameSeries.do")Threaded Messages (2)
- How to solve this :: No action instance for path by Owen Fellows on August 27 2002 07:47 EDT
- re-orginal by Rana Atif on November 15 2010 10:18 EST
-
How to solve this :: No action instance for path[ Go to top ]
- Posted by: Owen Fellows
- Posted on: August 27 2002 07:47 EDT
- in response to Kosol Tuan
Hi,
Is there a reason why you are not using the form custom tag that comes with struts.
If you use this then all you have to do is
<html:form action="/quicksearch/quickSameSeries">
<!-- form stuff -->
</html:form>
Owen Fellows -
re-orginal[ Go to top ]
- Posted by: Rana Atif
- Posted on: November 15 2010 10:18 EST
- in response to Kosol Tuan
There is a really interesting reporting/docgen system where you design the templates in Microsoft Office. Makes the layout trivial. There's a good review of it at An Evaluation of Windward Reports.