-
FEATURED COMPONENTS
First time here? Check out the FAQ!
using zk9.6.1
Getting Serializable exception when delete method is called using hazelcast.
Caused by: java.io.NotSerializableException:org.sldc.viewmodel.testing.DeleteTestVM$1
@Command
public void delete() {
Messagebox.show("Are you sure want to delete?", "title", new Messagebox.Button[]{Messagebox.Button.OK, Messagebox.Button.CANCEL}, Messagebox.ERROR, new EventListener<Messagebox.ClickEvent>() {
@Override
public void onEvent(Messagebox.ClickEvent clickEvent) throws Exception {
System.out.println("testing");
}
});
}
Asked: 2022-05-21 13:12:07 +0800
Seen: 9 times
Last updated: Nov 01 '22