https://issues.apache.org/bugzilla/show_bug.cgi?id=47487
Summary: "null " as result of expression evaluation
Product: Tomcat 6
Version: 6.0.20
Platform: PC
OS/Version: Windows Vista
Status: NEW
Severity: critical
Priority: P2
Component: Servlet & JSP API
AssignedTo: [email protected]
ReportedBy: [email protected]
When i have a JSP page with this tag/expression...
<c:out value="${assignment.companyHeader.address.name01}
${assignment.companyHeader.address.name02}" />
... and "companyHeader" evaluates to null,
the output in Tomcat 6.0.18 is " " (which is correct),
but the output in Tomcat 6.0.20 is "null " (which is not correct).
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]