반응형
Notice
Recent Posts
Recent Comments
Link
관리 메뉴

bro's coding

EL.session 본문

[IT]/JSP

EL.session

givemebro 2021. 4. 23. 09:59
반응형
<%
	TestVO tvo = new TestVO();
	session.setAttribute("tvo", tvo);
%>	
세션의 attribute에 접근해서 EL로 출력: ${sessionScope.tvo.message}
반응형

'[IT] > JSP' 카테고리의 다른 글

JSTL.Choose  (0) 2021.04.23
JSTL.if  (0) 2021.04.23
JSTL.taglib  (0) 2021.04.23
EL.ServletContext  (0) 2021.04.23
EL.Class 접근  (0) 2021.04.23
EL.parameter  (0) 2021.04.22
EL  (0) 2021.04.22
JSP.Sample Code  (0) 2021.04.12
Comments