-
FEATURED COMPONENTS
First time here? Check out the FAQ!
I have issues with opening a modal window using ZK and spring boot.
Window window = (Window)Executions.createComponents(
"/systemerrorpopup.zul", null, null);
returns org.zkoss.zk.ui.UiException: Page not found: /systemerrorpopup.zul
Executions.getCurrent().getDesktop().getRequestPath() returns /dashboard.zul which is stored at exactly the same path as the systemerrorpopup.zul which I want to open.
The strangest part is that i can't even open zul files that way which i can access regulary. for example i have a start screen, which is also stored at the same path as the dashboard.zul. however when i try to open the start.zul using createComponents it returns a Page not found as well.
Any ideas how to fix this issue?
Asked: 2023-09-11 15:26:49 +0800
Seen: 1 times
Last updated: Sep 11