Replicate Request?
Hi, I'm browsing my log file, which is set to "**DEBUG**" and there are a ton of entries like: 2014-08-07 10:41:24,729 DEBUG UiEngineImpl:1907 - replicate request, SID: 8272 sid: 8272 user-agent:...
View ArticleReplicated UUID is not allowed for class Bandbox. How to solve?
I've configure the zk.xml with the new config, as of 3.6.1, to use selenium more easily. I want the generated id to be the component id prefixed with _zid_: _zid_ After I did this configuration when I...
View Articlezk-archetype-webapp has no properties, why?
Hello there. I'm trying to get into ZK in "Create and run your first ZK app" tutorial: but I got stuck on the part where I have to create a Maven project. The problem is... zk-archetype-webapp has no...
View ArticleZK with Quarkus
Anyone has tried using ZK with Quarkus? Is there any guide to start (dependencies, setting up, etc)?
View Articleget size of include
Hi guys, I am new in ZK and need your help. I want to get width and height of include. how to achieve it? ''
View Articlemultiline listheader
Hi all Is there any way to force listheader to wrap text ? I have tried sclass="word-wrap" and multiline="true" in labels inside listheader but with no success. I am producing headers like: So I can't...
View ArticlePage redirection from another page
Hello, I have two zul pages. Page 1 contains two frames. Page 2 is a frame (left.zul) and I need to change of second frame(center). But the problem is that I cannot call other frame properties from...
View ArticleDesktopUnavailableException
Hello, can anyone suggest why the following might have occurred? May 11, 2009 8:37:07 AM org.apache.catalina.core.StandardWrapperValve invoke SEVERE: Servlet.service() for servlet auEngine threw...
View ArticleClipboard
Orignial message at: https://sourceforge.net/forum/message.php?msg_id=4222895 By: opens Is there a way to send something in the clipboard of the user when he click on a menu item ?
View ArticleConcatenate @databinding expressions
I want to concatenate @databinding expressions like you can with the ${ type expressions. This works: This does not: The data binding works because this does: Is this possible?
View ArticleString concatenation with data binding?
I'm just getting started with zk and am enjoying it so far. I have a question about the CRUD sample. Here is a snippet of the .zul from the example: ... ... Is there an easy way to combine values that...
View ArticleMultiple dates highlight in Calendar
Hello! Is there any way of highlighting multiple dates in a Calendar component? I mean, I have a Calendar component, and a List of java.util.Date. I would want that every date in List to be highlighted...
View ArticleQuestion about the include component
Hi all, i have a main component and integrated other zul-pages there with include. All sites use their own MVC controllers with GenericForwardComposer. When I receive the "onClientInfo" event in the...
View ArticleTesting with Selenium
Orignial message at: https://sourceforge.net/forum/message.php?msg_id=4047472 By: manuel_moreno Hello, I've tryed to do some functional testing with Selenium, and it doesn't work. I think it is not...
View ArticleBest practice and performance for menu tree | zul vs. java
hi all, i have a technical question about best practice and performance for creating a menu tree. The menu tree(s) in the planned application should as follows: 1. the menu has follow structure ( + =...
View ArticleNo grammar constraints (DTD or XML schema) detected for the document. in...
Hi all of ZK team, Sorry if it's a stupid question but.. In eclipse apperars the following warning "No grammar constraints (DTD or XML schema) detected for the document." and that's for zk.xml,. how I...
View Article