Struts-Strutsラベル



  • ストラツラン
    「Apache StrutsはJava EE Webアプリケーションを開発するためのオープンソースフレームワークです.」

  • 使用方法
    JSP上部でstruts 2 tagを使用したtaglib宣言
  • <%@ taglib prefix="s" uri="/struts-tags" %>
    
    <s:property value="#parameters.변수명" /> 
    => request.getParameter() 
    
    <s:property value="#request.변수명"/> 
    => request.getAttribute() 
    
    
    <s:property value="#session.변수명"/> 
    => session.getAttribute()
    참고 : https://thdnf1004.tistory.com/entry/Struts-2-%ED%83%9C%EA%B7%B8