Am not able to resolve this error - could anyone pls help me thru:
No Action Instance for path /<name> could be created
The entry in Struts - config.xml is:
<action path="/productLines"
type
="com.brocade.configauto.controller.action.mastermaint.ProductFamilyAction"
name="ProductFamilyFormBean"
scope="request"
validate="true">
<forward name="successCreate" path="/ProductLine11.jsp" />
<forward name="successView" path="/ProductLine1.jsp" />
<forward name="SevereException" path="/Error.jsp" />
</action>
Please respond...
Sangeetha Nagarjunan
IT Solutions India Pvt. Ltd.
Bangalore
080 - 6655122 X 2119
"Mouratidis,
Georg" To: "Struts Users Mailing List"
<[EMAIL PROTECTED]>
<GMouratidis@h cc:
eiler.com> Subject: RE: first action
01/10/03 04:24
PM
Please respond
to "Struts
Users Mailing
List"
to extend the RequestProcessor class
something like this:
public class PcxRequestProcessor extends RequestProcessor
{
protected void processLocale(HttpServletRequest request,
HttpServletResponse response)
you have to have processLocale method.
i use this way to log the acitvities for every request.
hope could help you.
-----Original Message-----
From: Damm, Gary [mailto:[EMAIL PROTECTED]]
Sent: Freitag, 10. Januar 2003 03:35
To: Struts Users Mailing List; [EMAIL PROTECTED]
Subject: RE: first action
Sounds more like a PlugIn. Here are the API docs:
http://jakarta.apache.org/struts/api/org/apache/struts/action/PlugIn.htm
l
You just implement this interface, configure it in your config.xml file
and you're up and running.
Gary
-----Original Message-----
From: Yan Zhu [mailto:[EMAIL PROTECTED]]
Sent: Thursday, January 09, 2003 6:26 PM
To: Struts Users Mailing List
Subject: first action
hey guys,
what is the best way to implement a startup action that always will
be executed first before any jsp is hit?
thanks
yan
--
To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>
--
To unsubscribe, e-mail: <
mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <
mailto:[EMAIL PROTECTED]>
--
To unsubscribe, e-mail: <
mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <
mailto:[EMAIL PROTECTED]>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>