ZK 10 Messagebox.show in doAfterCompose() stops page rendering
I am working on upgrade from ZK 8.5.2.1 to version 10, latest hotfix for jakarta.
After fixing multiple complications, I am now stuck with unexpected behaviour of Messagebox.show().
I need user to choose a Messagebox btn and then update some data in DB, based on users choice. In older version, Messagebox showed a modal window and in the meantime, my server code continued processing and pushed content to browser. So behind the Messagebox there was a fully rendered page.
Now, in ZK10, Java code continues as well, but browser is not rendering any components in the background of Messagebox.
ZK 10 Messagebox.show in doAfterCompose() stops page rendering
I am working on upgrade from ZK 8.5.2.1 to version 10, latest hotfix for jakarta.
After fixing multiple complications, I am now stuck with unexpected behaviour of Messagebox.show().
I need user to choose a Messagebox btn and then update some data in DB, based on users choice. In older version, Messagebox showed a modal window and in the meantime, my server code continued processing and pushed content to browser. So behind the Messagebox there was a fully rendered page.
Now, in ZK10, Java code continues as well, but browser is not rendering any components in the background of Messagebox.