google-code-export / webical

Automatically exported from code.google.com/p/webical
GNU General Public License v3.0
1 stars 1 forks source link

Adding event #2

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Adding an event on the nightly build version throws an error. I attached
the error email.

Original issue reported on code.google.com by mattijsh...@gmail.com on 7 Jan 2008 at 8:45

Attachments:

GoogleCodeExporter commented 9 years ago
Reported version is 0.4RC1 btw

Original comment by mattijsh...@gmail.com on 7 Jan 2008 at 8:48

GoogleCodeExporter commented 9 years ago
The error stated the follwing:

org.apache.wicket.util.io.SerializableChecker$WicketNotSerializableException: 
Unable
to serialize class: org.webical.web.component.event.EventWrapper

The class EventWrapper did not extends serializable, thus was not serializable. 
I
updated the class to implement Serializable.

Original comment by mattijsh...@gmail.com on 7 Jan 2008 at 9:00

GoogleCodeExporter commented 9 years ago

Original comment by choquol...@hotmail.com on 11 Jan 2008 at 1:11