Page 1 of 1
About Question enthuware.jwpv6.2.621 :
Posted: Sun Dec 30, 2012 7:17 am
by ets user
i ran the example on tomcat 7.0.34 and it gave runtime exception as follows:
avax.el.ELException: The identifier [this] is not a valid Java identifier as required by section 1.19 of the EL specification (Identifier ::= Java language identifier). This check can be disabled by setting the system property org.apache.el.parser.SKIP_IDENTIFIER_CHECK to true.
Please what is the correct answer for the question
Re: About Question enthuware.jwpv6.2.621 :
Posted: Sun Dec 30, 2012 7:22 am
by admin
Are you talking about ${requestScope.sessions.this}? This is an incorrect option.
Re: About Question enthuware.jwpv6.2.621 :
Posted: Sun Dec 30, 2012 7:29 am
by ETS User
oh yeah sorry my bad.

Re: About Question enthuware.jwpv6.2.621 :
Posted: Mon Nov 11, 2013 5:14 pm
by mtmmjava
That
${not(sessionScope.length)}
doesn't work in glassfish. Throws IllegalStateException: PWC6243: Cannot access session scope in page that does not participate in any session
Re: About Question enthuware.jwpv6.2.621 :
Posted: Tue Nov 12, 2013 7:04 am
by admin
You are right, this doesn't work anymore. The question has now been updated.
thank you for your feedback!
Paul.
Re: About Question enthuware.jwpv6.2.621 :
Posted: Sun Dec 29, 2013 4:04 pm
by Jkike79
Hi,
just want to notify a typo in the explanation of the 5th option.
It says "Ideally, the argument to the not function must be a
booean."
but should be "Ideally, the argument to the not function must be a
boolean."
Happy holidays

Barbara
Re: About Question enthuware.jwpv6.2.621 :
Posted: Tue Dec 31, 2013 9:31 pm
by admin
Fixed.
thank you for your feedback!
Paul.