1. How could randomly my session is null? stackoverflow.comI am using Tomcat 6.0, JSF2.0.2
I realized that randomly |
2. Does ExpressionLanguage (EL) allow to call a method with a NULL argument? stackoverflow.comI use Tomcat7 with JSF2. I use method invocations like
or
where var is an EL variable.
However, if var is null , or i try to call #{bean.method(null) i get an ... |