As per HFSJ 1st edition and as per JSP2.0 spec, for arithmetic operation, EL treats the null values as Zero.
For logical operation, EL treats null values as false.
As per HFSJ 1st edition and as per JSP2.0 spec, for arithmetic operation, EL treats the null values as Zero.
For logical operation, EL treats null values as false.
Hi Kathy,
As per JSP2.0 spec and as per Tomcat5.0 (the one i'm using), i got that result to be true.
We'll have to look the jsp version supported by tomcat6. and the spec of that jsp version.