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: dev@tomcat.apache.org ReportedBy: alfred.staflin...@infoniqa.com 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: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org