It looks like your webapp is named "taglib", if so, change your action mapping to 'path="/jsp/submit" ' and all should be well. The action mapping path is relative to your webapp (or module, but, that's for a later date).
-----Original Message----- From: Bradley Handy [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 02, 2003 4:28 PM To: Struts Users Mailing List Subject: RE: basic struts question... You need to append the ".do" extension to your request URL. > -----Original Message----- > From: Pady Srinivasan [mailto:[EMAIL PROTECTED] > Sent: Tuesday, September 02, 2003 3:35 PM > To: [EMAIL PROTECTED] > Subject: basic struts question... > > > > If I have an action-mapping defined as > > > > <action-mappings> > > <action path="/taglib/jsp/submit" > > type="com.heroix.firenze.webui.actions.TabChangeAction"> > > <forward name="success" path="/jsp/tiles_insert.jsp"/> > > </action> > > </action-mappings> > > > > When I access http://myserver/taglib/jsp/submit.do I get an error Invalid > path "/jsp/submit" was requested. My web.xml does have *.do mapped to > ActionServlet. > > > > > > What am I doing wrong ? > > > > > > Thanks > > > > -- pady > > [EMAIL PROTECTED] > > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] This message and its contents (to include attachments) are the property of Kmart Corporation (Kmart) and may contain confidential and proprietary information. You are hereby notified that any disclosure, copying, or distribution of this message, or the taking of any action based on information contained herein is strictly prohibited. Unauthorized use of information contained herein may subject you to civil and criminal prosecution and penalties. If you are not the intended recipient, you should delete this message immediately. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

