Check out the wiki entry for migrating

https://cwiki.apache.org/S2WIKI/troubleshooting-guide-migrating-from-struts-20x-to-21x.html

There is a section "Filter Mapping, default Action extensions, and
Servlets" that should help.

Unfortunately the docs seem to still be messed up. ....sigh


On Thu, May 27, 2010 at 1:48 AM, Gwen Harold Autencio
<gwenharol...@yahoo.com> wrote:
> Hi,
>
> I got a Servlet which doesn't extends to an action. Looking for a work around 
> without extending the servlet to an action because it's already has extends 
> another class.
> Any ideas ?
>
> I'm getting this in the logs
>
> 2010-05-27 13:46:44,962 [btpool0-8] WARN  
> org.apache.struts2.dispatcher.Dispatcher  - Could not find action or result
> There is no Action mapped for namespace / and action name 
> repository/internal/. - [unknown location]
>        at 
> com.opensymphony.xwork2.DefaultActionProxy.prepare(DefaultActionProxy.java:177)
>        at 
> org.apache.struts2.impl.StrutsActionProxy.prepare(StrutsActionProxy.java:61)
>        at 
> org.apache.struts2.impl.StrutsActionProxyFactory.createActionProxy(StrutsActionProxyFactory.java:39)
>        at 
> com.opensymphony.xwork2.DefaultActionProxyFactory.createActionProxy(DefaultActionProxyFactory.java:47)
>        at 
> org.apache.struts2.dispatcher.Dispatcher.serviceAction(Dispatcher.java:458)
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
> For additional commands, e-mail: user-h...@struts.apache.org
>
>

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

Reply via email to