Page 1 of 1

About Question enthuware.jwpv6.2.954 :

Posted: Sat Oct 11, 2014 10:06 am
by qcoliveros
In the explanation:
Note that the Throwable object is transferred by the throwing page implementation to the error page implementation by saving the object reference on the common ServletRequest object using the setAttribute() method, with a name of "servlet.jsp.jspException".
Attribute name should be javax.servlet.jsp.jspException; it is missing javax.

Re: About Question enthuware.jwpv6.2.954 :

Posted: Sat Oct 11, 2014 8:16 pm
by admin
You are right. Fixed.
thank you for your feedback!