HAT1300
Event payload type must be serializable.
A JSR 286 portlet can only send an object that is serializable. An object is serializable if its class implements the Serializable interface.
Ensure the global variable being sent contains a serializable object. A serializable object is an instance of a class that implements the Serializable interface. The problem must be fixed in the toolkit.