--- Brian Lee <[EMAIL PROTECTED]> wrote: > Is the intended behavior of ResponseUtils.write to write out the String > "null" to the print writer if the property supplied is null?
Struts doesn't make that decision; it's up to the writer implementation. It seems like standard Java behavior to write "null" when you try to output a String variable that's set to null. I haven't used WebLogic but Tomcat prints "null" and I believe a System.out.println(null) will also print "null". David > > It seems that Weblogic's JspWriter will not write out "null" if null is > provided, but sun's j2ee reference server will. > > BAL > > _________________________________________________________________ > MSN 8 with e-mail virus protection service: 2 months FREE* > http://join.msn.com/?page=features/virus > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > __________________________________ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software http://sitebuilder.yahoo.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]