About Question enthuware.jwpv6.2.621 :
Posted: Sat Oct 18, 2014 9:34 am
The and always return true regardless if page is participating in session or not. (Note: tested in Weblogic 12c)
It is like saying or
Hence, no relation to session.
Code: Select all
${not(requestScope.sessions)}
Code: Select all
${not(requestScope.session)}
It is like saying
Code: Select all
${not(requestScope.yyy)}
Code: Select all
${not(null)}