Cannot resolve a forward resource that is an action
I am getting cannot resolve forward resource. The resource is another
struts action. The message is for line 22. The forwarding action is
defined on line 46.
Attachment(s):
struts-config.xml
请先登录再写评论。
Is there a typo in line 22 ? It's missing the "." between action-path and "do" ?!
should be
Cheers,
Yann
That was a typo when I was trying to find a way to make the plugin
recognize it. It is listed in the file as .do?
Yann Cebron wrote:
>Is there a typo in line 22 ? It's missing the "." between action-path and "do" ?!
>
>
>
>should be
>
>
>
>Cheers,
>
>
>
okay, figured it out the cause.. it doesn't work with additional request parameters (yet), will be fixed ASAP ;)
Cheers,
Yann