I don't know if this is part of the new servlet spec or an oversite in Tomcat 5x.
We just switched development from Tomcat 4.1x to 5.0.14. In version 4x if we used the jsp:getProperty tag to print a string value from a bean, and the current value was null, an empty string was printed to the page. After switching to version 5x, null values actually print out the string "null". Is this the expected behavior? --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
