Page 1 of 1

About Question enthuware.jwpv6.2.621 :

Posted: Sat Oct 18, 2014 9:34 am
by qcoliveros
The

Code: Select all

${not(requestScope.sessions)}
and

Code: Select all

${not(requestScope.session)}
always return true regardless if page is participating in session or not. (Note: tested in Weblogic 12c)

It is like saying

Code: Select all

${not(requestScope.yyy)}
or

Code: Select all

${not(null)}
Hence, no relation to session.

Re: About Question enthuware.jwpv6.2.621 :

Posted: Sat Oct 18, 2014 7:59 pm
by admin
You are right and the explanation mentions the same behavior.