If your context root is /taglib, then you should specify the action mapping
relative to this root - /jsp/submit.

-Sasha

> From: Pady Srinivasan <[EMAIL PROTECTED]>
> Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
> Date: Tue, 2 Sep 2003 15:34:54 -0400
> 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]

Reply via email to