Change in
servlet spec since 6.1..
"
Due to a change in the JSP specification, null request attributes now return the
string "null" instead of an empty string. WebLogic <wiki.pl?WebLogic> Server versions since 6.1 contain a new flag in weblogic.xml called printNulls which is true by default, meaning that returning "null" is the default. Setting printNulls to false ensures that expressions with "null" results are printed as an empty string, not the string "null."
An example of configuring the printNulls element in weblogic.xml:
<weblogic-web-app>
<jsp-param>
<param-name>printNulls</param-name>
<param-value>false</param-value>
</jsp-param>
</weblogic-web-app>
Certifications: <br />scp2, scea, scwcd, WL7.0, CISSP, XML