0

zk jsp tags + Clients.showBusy

asked 2009-04-25 02:41:17 +0800

hlopezvg gravatar image hlopezvg
21

Hi

I'm trying to use the showBusy method on a jsp page using zk jsp tags, but I can't make it work, there is no any processing window showing on the browser. Here is the code am using

<%@ include file="/WEB-INF/jsp/jspf/taglibs.jsp" %>
<%@ taglib uri="http://www.zkoss.org/jsp/zul" prefix="z"%>

<html>
<z:page zscriptLanguage="java

<z:window id="mainWindow">
<z:attribute name="onLater">
Thread.sleep(5000);
Clients.showBusy(null, false);
</z:attribute>
......
......


<z:button id="boton" label="ENTER">
<z:attribute name="onClick">
Clients.showBusy("Validanting", true);
Clients.submitForm("loginForm");
Events.echoEvent("onLater", mainWindow, null);
</z:attribute>
</z:button>

This was based on http://www.zkoss.org/smalltalks/echoevent/

Please can someone tell me what am I doing wrong? why is not showing anything on the browser? Thanks

delete flag offensive retag edit

4 Replies

Sort by ยป oldest newest

answered 2009-04-27 19:08:11 +0800

hlopezvg gravatar image hlopezvg
21

Sorry to bother again. No one has tried out this solution? Thanks

link publish delete flag offensive edit

answered 2009-04-27 22:01:05 +0800

kkurt gravatar image kkurt
300 1 2

yes, i cant see process window, sorry but i have not any solution, i follow up this thread...

link publish delete flag offensive edit

answered 2009-04-28 15:33:01 +0800

hlopezvg gravatar image hlopezvg
21

Thanks kkurt

It's strange why works on a zul page, but in a jsp page with zk jsp, don't. I'll keep searching

link publish delete flag offensive edit

answered 2009-05-26 11:26:16 +0800

V gravatar image V
33

I've got the same problem !

Can anyone help ? please

link publish delete flag offensive edit
Your reply
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: 2009-04-25 02:41:17 +0800

Seen: 425 times

Last updated: May 26 '09

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