View Single Post
  #2 (permalink)  
Old 05-09-2007, 04:21 PM
levent levent is offline
Senior Member
 
Join Date: Dec 2006
Posts: 748
levent is on a distinguished road
Hello Nicholas,

As far as i see, you have Miembro class in Model package and it is not serializable. NotSerializableException exceptions seem to be thrown because of that. So to fix the problem, you may try to make your Miembro class serializable.
Reply With Quote