Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Critical
-
Resolution: Fixed
-
Affects Version/s: 3.1
-
Component/s: Tool IMS CC
-
Labels:None
Description
Start a single activity lesson for Common Cartridge. Instead of the authoring screen you will get a JSPException on the reflectOnActivity field.
The JSTL page was throwing an error as the isReflectOnActivity method was returning a Boolean, not a boolean, and the JavaBeans spec requires than an "is" getter returns boolean. Not sure why it was working previously - maybe Struts did something clever?