-
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-18 20:37:39 +0800
Seen: 1 times
Last updated: May 18 '22