-
Bug
-
Resolution: Fixed
-
Normal
-
6.5.4
-
Security Level: Jimmy
-
None
Cannot download files if <max-desktops-per-session> is set to 1 in zk.xml
sample zul:
<zk>
<window apply="TestView">
<button id="rtfBtn" label="rtf"></button>
</window>
</zk>
sample TestView.java
public class TestView extends SelectorComposer<Window> {
@Listen("onClick=#rtfBtn")
public void showReport() throws FileNotFoundException
}
and click the "rtf" button to download file.