You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Mu Mike <mi...@hotmail.com> on 2004/04/09 15:15:55 UTC

can not retrieve action mapping?

I have this.jsp under the dir /this, it has a form defined like the below

<form action="/that/that.do">
...
</form>

while in struts-that-config.xml, I have that.do defined
yet it tells can not retrieve the action mapping, why?

_________________________________________________________________
与联机的朋友进行交流,请使用 MSN Messenger:  http://messenger.msn.com/cn  


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org


Re: can not retrieve action mapping?

Posted by "Manfred Wolff (neusta)" <ma...@manfred-wolff.de>.
Mu.

don't define that.do but only /that and evrything will work fine. Be
care, that you have described a servlet extension mapping in your web.xml.

Manfred

Mu Mike wrote:

> I have this.jsp under the dir /this, it has a form defined like the below
>
> <form action="/that/that.do">
> ...
> </form>
>
> while in struts-that-config.xml, I have that.do defined
> yet it tells can not retrieve the action mapping, why?
>
> _________________________________________________________________
> 与联机的朋友进行交流,请使用 MSN Messenger: http://messenger.msn.com/cn
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
> For additional commands, e-mail: user-help@struts.apache.org
>


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org