Programming

JSP EL 변수 사용하기

steloflute 2021. 10. 8. 23:26

JSP EL (caucho.com)

 

JSP EL

Copyright © 1998-2015 Caucho Technology, Inc. All rights reserved. Resin ® is a registered trademark. Quercustm, and Hessiantm are trademarks of Caucho Technology.Cloud-optimized Resin Server is a Java EE certified Java Application Server, and Web Serve

www.caucho.com

일반 변수를 HTML escape해서 출력할 때는

<c:out value="<%=variable%>"/>

로 해도 된다.