日期:2014-05-18  浏览次数:20632 次

No action instance for path /UsersLoginAction could be created
<?xml   version= "1.0 "   encoding= "ISO-8859-1 "   ?>

<!DOCTYPE   struts-config   PUBLIC
                    "-//Apache   Software   Foundation//DTD   Struts   Configuration   1.2//EN "
                    "http://jakarta.apache.org/struts/dtds/struts-config_1_2.dtd ">
<struts-config>
        <form-beans>
                <form-bean   name= "usersLoginForm "   type= "com.gton.formbean.UsersLoginForm "   />
        </form-beans>
        <global-exceptions>
       
        </global-exceptions>
        <global-forwards>
             
        </global-forwards>

        <action-mappings>
                <action   input= "/login.jsp "   name= "usersLoginForm "   path= "/UsersLoginAction "   scope= "request "
  type= "com.gton.action.user.UsersLoginAction "   validate= "true "   />
        </action-mappings>
       
        <controller   processorClass= "org.apache.struts.tiles.TilesRequestProcessor "/>

        <message-resources   parameter= "res/ApplicationResources "/>        
       
        <!--   =========================   Tiles   plugin   ===============================-->
        <!--
        This   plugin   initialize   Tiles   definition   factory.   This   later   can   takes   some
        parameters   explained   here   after.   The   plugin   first   read   parameters   from
        web.xml,   thenoverload   them   with   parameters   defined   here.   All   parameters
        are   optional.
        The   plugin   should   be   declared   in   each   struts-config   file.
        -   definitions-config:   (optional)
        Specify   configuration   file   names.   There   can   be   several   comma
        separated   file   names   (default:   ??   )
        -   moduleAware:   (optional   -   struts1.1)
        Specify   if   the   Tiles   definition   factory   is   module   aware.   If   true
        (default),   there   will   be   one   factory   for   each   Struts   module.
        If   false,