Problem with Data Binding and Constraint together
Hello, I've a page that is used to create a new Order, it's afterCompose creates a new order object and put it in the session. The NewOrder.zul is annotated to be binded to this session order. So far...
View ArticleCall zul page in java class
Hello, at the moment, I am setting up a screen in the java owner, I wanted to call a specific zul file when starting the .java file, does anyone know how to do this? zk 9.0.0 public MyPage2(Page page)...
View ArticleZK Mobile Custom Communication
So, I'm extending the ZK mobile app, so that it can send some additional data like: IMEI Number, Battery Level, Signal Strength, and GPS Coordinates. How do you go about getting the ZK mobile client to...
View ArticleProblem with 'NotifyChange' and 'Messagebox'?
I have a MVVM class method handling a user action to delete an entry. The code inside the MVVM class method displays a messagebox to prompt a confirmation from the user. The use of this messagebox...
View ArticleZK PDF Viewer
How to provide input for ZK PDF Viewer. Hello, i am storing PDF Files in the server and path is stored in the database. I've already provided download option for the same. Now i am trying to provide...
View ArticleZK 9 MVVM Clients.showbusy not showing
Hello I am using ZK as front end and all my database operations are in spring boot web service API. For example, if I click an item in the list, some API is called and the next screen is displayed....
View ArticleZK + Spring 3 + Hibernate 4 Examples
Here is the list of my tutorial on ZK + Spring 3 + Hibernate [1. ZK 7 and Hibernate Configuration for MySQL Database](http://emrpms.blogspot.in/2014/06/zk-and-hibernate-configuration-for.html) [2. ZK 7...
View ArticleListBox selectedItems
Shouldnt i be able to select multiple items from a listbox using something like this? and NOT have to write any java code to get the selected items back set in a Set? my session attribute...
View ArticleSet a Label to have normal and italic font
Hi, i am quite puzzled on whether one label can have italic and normal font style together? i know this is not possible even in conventional controls. was just wondering whether zk does provide this...
View ArticleCombobox with zk error
I have this zk code: and i have this java class: public class ShirtViewModel { private String iname, iSize; private List names = Arrays.asList("juan", "marcus", "pedro"); private List sizes =...
View Articlei have a jpeg image and want to remove white background...
As the topic description says i would like to remove the white background of a jpeg image, preferbly transparent. Anyone knows how to accomplish this, if this is not possible because i read somewhere...
View ArticleExternal POST form submit to ZK's URL without explicit zul page
I need to submit a POST form to a zk application but I cannot retrieve the parameters because the request is always empty. My POST form looks like: and my ZK app has an Initiator that retrieves form's...
View ArticleI have weird issue with a zkoss based web application
I have a test application deployed on Payara 5 application server. Two different users from two separate computer login into application separately. When one user (A) changed some data on the...
View ArticleDo we have any way to create desktop application using zkoss
Hello, Do we have any way to create Desktop application using zkoss. I am working on zkoss for an year .I need to create an desktop application and i hate working on swing or some other framework so...
View Articlezk 6.0.1 error load applet
[solved] wasn't a zk problem but was due to an updated verision of tomcat Hello, I'm testing a zul page, runnig well on zk 5.0.11, on zk 6.01 I have this error when loading a very simple page...
View ArticleHTML5 web workers and ajax to ZK controller
I'd like to use HTML5 [web workers](http://ejohn.org/blog/web-workers/) and have them submit an Ajax request to a ZK-5 GenericAutowireComposer (controller). Rules are simple: 1) can use and import any...
View ArticleProblem with zk on weblogic 12.2.1.4
Hello, We are updating our weblogics servers to version 12.2.1.4 from 12.2.1.3. When we finish the update and test our zk application we see that the windows are not loading. We are getting an error of...
View ArticleI need help to combine XYModel and BoxPlotModel into a single Chart
I am trying to combine the two different series into a single chart. Is there a way to do it? All my dataset are coming directly from a database. Normally, I can just set...
View ArticleThe best practice for designing application
Orignial message at: https://sourceforge.net/forum/message.php?msg_id=3662660 By: tskale There are two ways for creating an app. First is to have a page with three includes, header, content and footer...
View ArticleWARNING: Ingored. Use the library property called...
Does anyone know how to get rid of this error on startup? 15:13:29,570 ERROR [STDERR] Mar 6, 2012 3:13:29 PM org.zkoss.zk.ui.sys.ConfigParser parse:432 WARNING: Ingored. Use the library property called...
View Article