How can i get context parameter value in jsp.?

后端 未结 5 1981
清酒与你
清酒与你 2020-12-16 00:37
  
        productSearchRPP
        8
    
         


        
5条回答
  •  感情败类
    2020-12-16 00:42

     application.getServletContext().getInitParameter("productSearchRPP");
    

    use this to get required result

提交回复
热议问题