0

ZK window cannot hide after include inJSP

asked 2007-06-13 00:56:22 +0800

admin gravatar image admin
18691 1 10 130
ZK Team


Orignial message at:
https://sourceforge.net/forum/message.php?msg_id=4357832

By: wilsonlo

Hi,
This is a modified thread to my previous posting.

I am not sure if this is a bug. I have a .zul file has a splash window that loads up a upload window in modal mode. The Splash window will become invisible after upload window loads. Direct calling the .zul has no problem. The splash window doesn't become invisible when it was included in a JSP file using jsp:include tag.

Here is the code that do the job:

<window id="splashwin" zIndex="1200" visible="false" title="please wait..."
border="normal" height="540px" width="760px" closable="false"> <attribute name="onMove"> self.setMode("overlapped"); uploadwin.doModal(); self.setVisible(false); event.stopPropagation(); </attribute> <label value="Please wait..."/> </window>

Any pointer to the solution of the problem is appreciated.

Sincerely,
Wilson


delete flag offensive retag edit
Be the first one to reply this discussion!
Please start posting your answer anonymously - your answer will be saved within the current session and published after you log in or create a new account. Please try to give a substantial answer, for discussions, please use comments and please do remember to vote (after you log in)!

[hide preview]

Question tools

Follow

RSS

Stats

Asked: 2007-06-13 00:56:22 +0800

Seen: 167 times

Last updated: Jun 13 '07

Support Options
  • Email Support
  • Training
  • Consulting
  • Outsourcing
Learn More