A small error in Struts

xiaoxiao2021-03-06  90

Javax.Servlet.ServletException: Cannot Find ActionMappings Or ActionFormBeans Collection

Sometimes everyone may encounter this mistake ..

See if you have a Web.xml:

action org.apache.struts.Action.ActionServlet config /Web-inf/struts-config.xml debug 2

This is like this ..

So, .... Just one:

0

Because you didn't put the org.apache.struts.Action.ActionServlet to Load .. So html: form action = ""

I can't find the corresponding Action path ..

Complete should be:

action org.apache.struts.Action.ActionServlet config /Web-inf/struts-config.xml debug 2 0

This is what I am helping for a friend Debug ...

转载请注明原文地址:https://www.9cbs.com/read-98271.html

New Post(0)