Parameters with no mutators and accessors (setters/getters) along with the parameters interceptor in Struts 2

前端 未结 3 1742
故里飘歌
故里飘歌 2020-12-19 06:31

In the following action class, I\'m using the parameters interceptor.

@Namespace(\"/admin_side\")
@ResultPath(\"/WEB-INF/content\")
@ParentPackage(value = \"         


        
3条回答
  •  天命终不由人
    2020-12-19 06:43

    I'm not saying exactly,

    sample code following as:

    
         
         
        
        
        
        
        
        
        
        
    
    

    Maybe its not working goto this link:

    • (http://struts.apache.org/release/2.3.x/docs/interceptors.html)
    • (http://www.dzone.com/tutorials/java/struts-2/struts-2-tutorial/struts-2-interceptors-tutorial-1.html)
    • (http://struts.apache.org/release/2.3.x/docs/interceptors.html)
    • (http://struts.apache.org/release/2.3.x/docs/interceptors.html)

提交回复
热议问题