Check your jsp for <html:form> tag .. And in the action="/OrderMessage" of that tag .. Find the corresponding action path in struts config.xml
If this is the case check the "type" and make sure that class is available Many thanks Guru -----Original Message----- From: g k [mailto:[EMAIL PROTECTED] Sent: 05 May 2005 16:00 To: [email protected] Subject: RE: No action instance for path Yes >From: "Raghupathy,Gurumoorthy" <[EMAIL PROTECTED]> >Reply-To: "Tomcat Users List" <[email protected]> >To: "'Tomcat Users List'" <[email protected]> >Subject: RE: No action instance for path >Date: Thu, 5 May 2005 15:56:14 +0100 > >Are you using struts ? > >-----Original Message----- >From: g k [mailto:[EMAIL PROTECTED] >Sent: 05 May 2005 15:51 >To: [email protected] >Subject: No action instance for path > > >Can anyone advise - i get the following error when i try to invoke JSP. > > >HTTP Status 500 - No action instance for path /OrderMessage could be >created > >--------------------------------------------------------------------------- - >---- > >type Status report > >message No action instance for path /OrderMessage could be created > >description The server encountered an internal error (No action instance >for > >path /OrderMessage could be created) that prevented it from fulfilling this >request. > > > >--------------------------------------------------------------------- >To unsubscribe, e-mail: [EMAIL PROTECTED] >For additional commands, e-mail: [EMAIL PROTECTED] > >--------------------------------------------------------------------- >To unsubscribe, e-mail: [EMAIL PROTECTED] >For additional commands, e-mail: [EMAIL PROTECTED] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
