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]

