Re: JSP expression with null value

2004-04-17 Thread Tim Funk
It should say "null". IIRC, tomcat 4 prints nothing but tomcat5 prints null. -Tim Rick Wong wrote: Hi, Should a JSP expression evaluate a null expression as a string 'null', or as an empty string ''? In other words, should '<%=null%>' be evaluated to 'null' or ''? -

JSP expression with null value

2004-04-16 Thread Rick Wong
Hi, Should a JSP expression evaluate a null expression as a string 'null', or as an empty string ''? In other words, should '<%=null%>' be evaluated to 'null' or ''? Thanks, -- Rick - To unsubscribe, e-mail: [EMAIL PROTECTED] F