Skip to end of metadata
Go to start of metadata




Tip:Note that a variable set in EL that has the name of an implicit objects (e.g. header) will still return the implicit object if requested. Thus:

<c:set var="header" value="test" />
${header} will still return something like `org.apache.commons.el.ImplicitObjects$7@556904`


Labels: