/* ==================================================================== * The Tmax soft License, Version 1.1 * * Copyright (c) 1997-2004 The Tmax software. * All rights reserved. * html code omitted for readability. /* ==================================================================== /* ## implicit.jsp */ JSP 2.0 EL Implicit Objects

JSP 2.0 EL Implicit Objects


Insert Parameter
foo =

EL Expression Result
\${param.foo} ${param.foo} 
\${param["foo"]} ${param["foo"]} 
\${header["host"]} ${header["host"]}
\${header["accept"]} ${header["accept"]}
\${header["user-agent"]} ${header["user-agent"]}